Clase TransactionSearchCriteria
Represents a request complex type that defines the Transaction criteria for the operations result set.
Jerarquía de herencia
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts..::..TransactionSearchCriteria
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Sintaxis
'Declaración
<DataContractAttribute(Name := "TransactionSearchCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class TransactionSearchCriteria
'Uso
Dim instance As TransactionSearchCriteria
[DataContractAttribute(Name = "TransactionSearchCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class TransactionSearchCriteria
[DataContractAttribute(Name = L"TransactionSearchCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class TransactionSearchCriteria
[<DataContractAttribute(Name = "TransactionSearchCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type TransactionSearchCriteria = class end
public class TransactionSearchCriteria
El tipo TransactionSearchCriteria expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
TransactionSearchCriteria | Initializes a new instance of the TransactionSearchCriteria class. |
Arriba
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
AttributeId | Gets or sets an attribute ID. |
![]() |
DateTimeBeginRange | Gets or sets a beginning date/time filter. |
![]() |
DateTimeEndRange | Gets or sets an ending date/time filter. |
![]() |
EntityId | Gets or sets GUID or the Name of an Entity to further restrict output. |
![]() |
ExplicitHierarchyId | Gets or sets an Explicit Hierarchy (for Move transactions). |
![]() |
MemberId | Gets or sets a member ID. |
![]() |
MemberType | Gets or sets a member type. |
![]() |
ModelId | Use TransactionsGet to retrieve all transactions for a Model|Version or to query specific transactions using specified criteria. |
![]() |
NewValue | Gets or sets the new value after the transaction. |
![]() |
PageNumber | Gets or sets a page number. |
![]() |
PageSize | Gets or sets a page size. |
![]() |
PriorValue | Gets or sets a prior transaction value. |
![]() |
SortColumn | Gets or sets a sort column. |
![]() |
SortDirection | Gets or sets the sort direction. |
![]() |
TransactionId | Gets or sets a transaction ID. |
![]() |
TransactionType | Gets or sets a transaction type. |
![]() |
UserId | Gets or sets a user ID. |
![]() |
VersionId | Gets or sets GUID or the exact Name of a Version. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
Finalize | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
MemberwiseClone | (Se hereda de Object.) |
![]() |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
.gif)
.gif)
.gif)