ItemEstimateRequest

ItemEstimateRequest()

初始化 ItemEstimateRequest 类的新实例。

public ItemEstimateRequest()

也可以看看


ItemEstimateRequest(string, string, ItemEstimateOptions[], bool?)

初始化 ItemEstimateRequest 类的新实例。

public ItemEstimateRequest(string syncKey, string collectionId, ItemEstimateOptions[] options, 
    bool? conversationMode)
范围类型描述
syncKeyString表示集合的当前状态。
collectionIdString指定从中获取项目估计值的集合的服务器 ID。
optionsItemEstimateOptions[]包含过滤 GetItemEstimate 操作结果的元素数组。
conversationModeNullable`1指定是否在 GetItemEstimate 命令响应的结果中包含对话模式中包含的项目。

也可以看看


ItemEstimateRequest(string, string, AirsyncFilterType?)

初始化 ItemEstimateRequest 类的新实例。

public ItemEstimateRequest(string syncKey, string collectionId, AirsyncFilterType? filterType)
范围类型描述
syncKeyString表示集合的当前状态。
collectionIdString指定从中获取项目估计值的集合的服务器 ID。
filterTypeNullable`1指定对象的可选时间窗口

也可以看看