Поделиться через


Класс BRGetCriteria

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

Иерархия наследования

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.BRGetCriteria

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<DataContractAttribute(Name := "BRGetCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRGetCriteria _
    Inherits DataContractBase
'Применение
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

Тип BRGetCriteria обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод BRGetCriteria Initializes a new instance of the BRGetCriteria class.

В начало

Свойства

  Имя Описание
Открытое свойство 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. (Производный от 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.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices