BRGetCriteria Class

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

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.BRGetCriteria

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "BRGetCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRGetCriteria _
    Implements IExtensibleDataObject
'Usage
Dim instance As BRGetCriteria
[DataContractAttribute(Name = "BRGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRGetCriteria : IExtensibleDataObject
[DataContractAttribute(Name = L"BRGetCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRGetCriteria : IExtensibleDataObject
[<DataContractAttribute(Name = "BRGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRGetCriteria =  
    class
        interface IExtensibleDataObject
    end
public class BRGetCriteria implements IExtensibleDataObject

The BRGetCriteria type exposes the following members.

Constructors

  Name Description
Public method BRGetCriteria Initializes a new instance of the BRGetCriteria class.

Top

Properties

  Name Description
Public property AttributeId Gets or sets an identifier to specify the globally unique identifier (GUID) or the exact name of the attribute.
Public property BusinessRuleIds Gets or sets an array of business rule IDs.
Public property EntityId Gets or sets an identifier to specify the globally unique identifier (GUID) or the exact name of the entity.
Public property ExtensionData Gets or sets an object containing extra data.
Public property MemberType Gets or sets a type specifying leaf, parent, or collection members.
Public property ModelId Gets or sets an identifier to specify the globally unique identifier (GUID) or the exact name of the model.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.