BRConditionGroup 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.
A group of similar conditions that are available for creation of business rules.
public ref class BRConditionGroup : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="BRConditionGroup", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRConditionGroup : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="BRConditionGroup", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRConditionGroup = class
inherit DataContractBase
Public Class BRConditionGroup
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
The BRConditionGroup complex type specifies a group of conditions that have a similar type of logical evaluator.
Constructors
BRConditionGroup() |
Constructor. |
Properties
BRConditionComponents |
Specifies the collection of condition components. |
Name |
Specifies the name of the group, i.e. "Value comparison". |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |