Partager via


Classe EntityMembersGetCriteria

Represents a request complex type that defines the EntityMember criteria for the operations result set.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.MasterDataServices..::..EntityMembersGetCriteria

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataContractAttribute(Name := "EntityMembersGetCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class EntityMembersGetCriteria _
    Implements IExtensibleDataObject
'Utilisation
Dim instance As EntityMembersGetCriteria
[DataContractAttribute(Name = "EntityMembersGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMembersGetCriteria : IExtensibleDataObject
[DataContractAttribute(Name = L"EntityMembersGetCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class EntityMembersGetCriteria : IExtensibleDataObject
[<DataContractAttribute(Name = "EntityMembersGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMembersGetCriteria =  
    class
        interface IExtensibleDataObject
    end
public class EntityMembersGetCriteria implements IExtensibleDataObject

Le type EntityMembersGetCriteria expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique EntityMembersGetCriteria Initializes a new instance of the EntityMembersGetCriteria class that has default values.

Haut de la page

Propriétés

  Nom Description
Propriété publique AttributeGroupId Gets or sets the ID of an AttributeGroup as a method of identifying a desired column set.
Propriété publique Attributes Gets or sets an array of desired attribute columns by globally unique identifier (GUID) or name. If AttributeGroup is specified, only columns within the attribute group can be specified.
Propriété publique DisplayType Gets or sets the chosen display format for domain-based attribute (DBA) columns.
Propriété publique EntityId Gets or sets the globally unique identifier (GUID) or the exact name of the entity.
Propriété publique ExtensionData Gets or sets an object containing extra data.
Propriété publique HierarchyId Gets or sets the globally unique identifier (GUID) or the exact name of the hierarchy.
Propriété publique HierarchyType Gets or sets the hierarchy type. Possible values are Explicit, Derived or Collection.
Propriété publique MemberReturnOption Gets or sets the member return option.
Propriété publique MemberType Gets or sets the member type.
Propriété publique ModelId Gets or sets the globally unique identifier (GUID) or the exact name of the model.
Propriété publique PageNumber Gets or sets the page number to retrieve, based on the value of the PageSize property.
Propriété publique PageSize Gets or sets the number of records to include in a single retrieval.
Propriété publique ParentEntityId Gets or sets the globally unique identifier (GUID) or the exact name of the parent member entity.
Propriété publique ParentMember Gets or sets the code of the parent member.
Propriété publique SearchTerm Gets or sets a WHERE clause search criteria to filter records.
Propriété publique SortColumnId Gets or sets the column on which the returned members are sorted.
Propriété publique SortDirection Gets or sets the sort direction.
Propriété publique VersionId Gets or sets the globally unique identifier (GUID) or the exact name of the version.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.