EntityStagingGetCriteria-Klasse
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Represents the criteria that determine the behavior of the EntityStagingGet service call.
Vererbungshierarchie
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.EntityStagingGetCriteria
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "EntityStagingGetCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class EntityStagingGetCriteria _
Inherits DataContractBase
'Usage
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
Der EntityStagingGetCriteria-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
EntityStagingGetCriteria | Infrastruktur Initializes a new instance of the EntityStagingGetCriteria class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
IncludeClearedBatches | Infrastruktur Gets or sets a value that indicates whether the “cleared batches” also be returned in the results. | |
ModelId | Infrastruktur Gets or sets the model identifier to use. | |
PageNumber | Infrastruktur Gets or sets the page number used for paging. Valid page numbers start with 1. | |
PageSize | Infrastruktur Gets or sets the page size used for paging. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
OnDeserializing | Infrastruktur Initializes the instance properties during deserialization. | |
SetProperty<T> | Infrastruktur Sets the property using the specified values. (Geerbt von DataContractBase.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace