Partager via


Classe EntityStagingGetCriteria

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents the criteria that determine the behavior of the EntityStagingGet service call.

Hiérarchie d'héritage

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

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

Syntaxe

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

Le type EntityStagingGetCriteria expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique EntityStagingGetCriteria Infrastructure. Initializes a new instance of the EntityStagingGetCriteria class.

Haut de la page

Propriétés

  Nom Description
Propriété publique IncludeClearedBatches Infrastructure. Gets or sets a value that indicates whether the “cleared batches” also be returned in the results.
Propriété publique ModelId Infrastructure. Gets or sets the model identifier to use.
Propriété publique PageNumber Infrastructure. Gets or sets the page number used for paging. Valid page numbers start with 1.
Propriété publique PageSize Infrastructure. Gets or sets the page size used for paging.

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 OnDeserializing Infrastructure. Initializes the instance properties during deserialization.
Méthode protégée SetProperty<T> Infrastructure. Sets the property using the specified values. (hérité de DataContractBase.)
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.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices.Services.DataContracts