EntityMembersGetCriteria Class
Definition
表示一种请求复杂类型,该类型定义操作结果集的 EntityMembers 条件。Represents a request complex type that defines the EntityMembers criteria for the operations result set.
public ref class EntityMembersGetCriteria : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="EntityMembersGetCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMembersGetCriteria : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="EntityMembersGetCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMembersGetCriteria = class
inherit DataContractBase
Public Class EntityMembersGetCriteria
Inherits DataContractBase
- Inheritance
- Attributes
Constructors
EntityMembersGetCriteria() |
初始化具有默认值的 EntityMembersGetCriteria 类的新实例。Initializes a new instance of the EntityMembersGetCriteria class that has default values. |
Properties
AttributeGroupId |
获取或设置 AttributeGroup 的 ID 以作为标识所需列集的方法。Gets or sets the ID of an AttributeGroup as a method of identifying a desired column set. |
Attributes |
按全局唯一标识符 (GUID) 或名称获取或设置所需属性列的数组。Gets or sets an array of desired attribute columns by globally unique identifier (GUID) or name. 如果指定 AttributeGroup,则只可指定属性组内的列。If AttributeGroup is specified, only columns within the attribute group can be specified. |
DisplayType |
获取或设置基于域的属性 (DBA) 列的所选显示格式。Gets or sets the chosen display format for domain-based attribute (DBA) columns. |
EntityId |
获取或设置实体的全局唯一标识符 (GUID) 或确切名称。Gets or sets the globally unique identifier (GUID) or the exact name of the entity. |
ExtensionData |
获取或设置包含额外数据的结构。Gets or sets the structure that contains extra data. (Inherited from DataContractBase) |
HierarchyId |
获取或设置层次结构的全局唯一标识符 (GUID) 或确切名称。Gets or sets the globally unique identifier (GUID) or the exact name of the hierarchy. |
HierarchyType |
获取或设置层次结构类型。Gets or sets the hierarchy type. 可能的值为 Explicit、Derived 或 Collection。Possible values are Explicit, Derived or Collection. |
MemberReturnOption |
获取或设置成员返回选项。Gets or sets the member return option. |
MemberType |
获取或设置成员类型。Gets or sets the member type. |
ModelId |
获取或设置模型的全局唯一标识符 (GUID) 或确切名称。Gets or sets the globally unique identifier (GUID) or the exact name of the model. |
PageNumber |
基于 PageSize 属性的值获取或设置要检索的页码。Gets or sets the page number to retrieve, based on the value of the PageSize property. |
PageSize |
获取或设置要在单个检索中包括的记录数。Gets or sets the number of records to include in a single retrieval. |
ParentEntityId |
获取或设置父成员实体的全局唯一标识符 (GUID) 或确切名称。Gets or sets the globally unique identifier (GUID) or the exact name of the parent member entity. |
ParentMember |
获取或设置父成员的代码。Gets or sets the code of the parent member. |
SearchTerm |
获取或设置用于筛选记录的 WHERE 子句搜索条件。Gets or sets a WHERE clause search criteria to filter records. |
SortColumnId |
获取或设置对返回的成员进行排序所依据的列。Gets or sets the column on which the returned members are sorted. |
SortDirection |
获取或设置排序方向。Gets or sets the sort direction. |
VersionId |
获取或设置版本的全局唯一标识符 (GUID) 或确切名称。Gets or sets the globally unique identifier (GUID) or the exact name of the version. |