BusinessRuleSet 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 container for business rules and business rule parts.
public ref class BusinessRuleSet : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="BusinessRules", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public class BusinessRuleSet : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="BusinessRules", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type BusinessRuleSet = class
inherit DataContractBase
Public Class BusinessRuleSet
Inherits DataContractBase
- Inheritance
- Attributes
Constructors
BusinessRuleSet() |
Constructor. |
Properties
BRActions |
Obsolete.
Specifies the collection of actions. |
BRConditions |
Obsolete.
Specifies the collection of conditions. |
BRConditionTreeNodes |
Obsolete.
Specifies the collection of condition tree nodes. |
BRElseActions |
Obsolete.
Specifies the collection of else actions. |
BusinessRules |
Specifies the collection of business rules. |
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. |