Compartir a través de


Clase BRGetCriteria

Specifies globally unique identifiers (GUIDs) or names of the desired model, entity, or member type.

Jerarquía de herencia

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts..::..BRGetCriteria

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Sintaxis

'Declaración
<DataContractAttribute(Name := "BRGetCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRGetCriteria
'Uso
Dim instance As BRGetCriteria
[DataContractAttribute(Name = "BRGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRGetCriteria
[DataContractAttribute(Name = L"BRGetCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRGetCriteria
[<DataContractAttribute(Name = "BRGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRGetCriteria =  class end
public class BRGetCriteria

El tipo BRGetCriteria expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público BRGetCriteria Initializes a new instance of the BRGetCriteria class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AttributeId Gets or sets the attribute identifier.
Propiedad pública BusinessRuleIds Gets or sets the collection of business rule identifiers.
Propiedad pública EntityId Gets or sets an identifier to specify the globally unique identifier (GUID) or the exact name of the entity.
Propiedad pública MemberType Gets or sets a BREntityMemberType to specify leaf, parent, or collection members.
Propiedad pública ModelId Gets or sets an identifier to specify the globally unique identifier (GUID) or the exact name of the model.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público 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.