This topic has not yet been rated - Rate this topic

EntityMembersGetCriteria Class

Represents the criteria to get members.

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.EntityMembersGetCriteria

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
[DataContractAttribute(Name = "EntityMembersGetCriteria", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMembersGetCriteria : DataContractBase

The EntityMembersGetCriteria type exposes the following members.

  NameDescription
Public methodEntityMembersGetCriteriaInitializes a new instance of the EntityMembersGetCriteria class.
Top
  NameDescription
Public propertyAttributeGroupIdGets or sets the attribute group identifier of the members to get.
Public propertyAttributesGets or sets the attributes of the members to get.
Public propertyDisplayTypeGets or sets the display type of the members to get.
Public propertyEntityIdGets or sets the entity identifier of the members to get.
Public propertyHierarchyIdGets or sets the hierarchy identifier of the members to get.
Public propertyHierarchyTypeGets or sets the hierarchy type of the members to get.
Public propertyMemberReturnOptionGets or sets the return options of the members to get.
Public propertyMemberTypeGets or sets the member type of the members to get.
Public propertyModelIdGets or sets the model identifier of the members to get.
Public propertyPageNumberGets or sets the page number of the members to get.
Public propertyPageSizeGets or sets the page size of the members to get.
Public propertyParentEntityIdGets or sets the parent entity identifier of the members to get.
Public propertyParentMemberGets or sets the parent member of the members to get.
Public propertySearchTermGets or sets the search criteria of the members to get.
Public propertySortColumnIdGets or sets the sort column identifier of the members to get.
Public propertySortDirectionGets or sets the sort direction of the members to get.
Public propertyVersionIdGets or sets the version identifier of the members to get.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodSetProperty<T>Infrastructure. Sets the property using the specified values. (Inherited from DataContractBase.)
Public methodToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.