BRGetCriteria Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies globally unique identifiers (GUIDs) or names of the desired model, entity, or member type.
public ref class BRGetCriteria : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="BRGetCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRGetCriteria : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="BRGetCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRGetCriteria = class
inherit DataContractBase
Public Class BRGetCriteria
Inherits DataContractBase
- Inheritance
- Attributes
Constructors
BRGetCriteria() |
Initializes a new instance of the BRGetCriteria class. |
Properties
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. (Inherited from 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. |