BRConditionComponent Class
Represents a rule item type component that is a condition.
Inheritance Hierarchy
System.Object
  Microsoft.MasterDataServices.Services.DataContracts.BRItemTypeComponent
    Microsoft.MasterDataServices.Services.DataContracts.BRConditionComponent
Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<SerializableAttribute> _
<DataContractAttribute(Name := "BRConditionComponent", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRConditionComponent _
    Inherits BRItemTypeComponent
'Usage
Dim instance As BRConditionComponent
[SerializableAttribute]
[DataContractAttribute(Name = "BRConditionComponent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRConditionComponent : BRItemTypeComponent
[SerializableAttribute]
[DataContractAttribute(Name = L"BRConditionComponent", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRConditionComponent : public BRItemTypeComponent
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BRConditionComponent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRConditionComponent =  
    class
        inherit BRItemTypeComponent
    end
public class BRConditionComponent extends BRItemTypeComponent
The BRConditionComponent type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | BRConditionComponent | Initializes a new instance of the BRConditionComponent class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | CompatibleAttributeTypes | ArrayBRAttributeTypeInfo complex type. (Inherited from BRItemTypeComponent.) | 
| .gif) | Description | Description of component. (Inherited from BRItemTypeComponent.) | 
| .gif) | ItemType | BRItemType simple type. (Inherited from BRItemTypeComponent.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | 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.