Classe BRGetCriteria
Specifies globally unique identifiers (GUIDs) or names of the desired model, entity, or member type.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.BRGetCriteria
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "BRGetCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRGetCriteria _
Inherits DataContractBase
'Uso
Dim instance As BRGetCriteria
[DataContractAttribute(Name = "BRGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRGetCriteria : DataContractBase
[DataContractAttribute(Name = L"BRGetCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRGetCriteria : public DataContractBase
[<DataContractAttribute(Name = "BRGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRGetCriteria =
class
inherit DataContractBase
end
public class BRGetCriteria extends DataContractBase
O tipo BRGetCriteria expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
BRGetCriteria | Initializes a new instance of the BRGetCriteria class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AttributeId | Gets or sets an identifier to specify the globally unique identifier (GUID) or the exact name of the attribute. | |
BusinessRuleIds | Gets or sets an array of business rule IDs. | |
EntityId | Gets or sets an identifier to specify the globally unique identifier (GUID) or the exact name of the entity. | |
ExtensionData | Gets or sets the structure that contains extra data. (Herdado de DataContractBase.) | |
MemberType | Gets or sets a type specifying leaf, parent, or collection members. | |
ModelId | Gets or sets an identifier to specify the globally unique identifier (GUID) or the exact name of the model. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.