BusinessRules 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 containers for conditions and actions.
public ref class BusinessRules : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="BusinessRules", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BusinessRules : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="BusinessRules", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BusinessRules = class
inherit DataContractBase
Public Class BusinessRules
Inherits DataContractBase
- Inheritance
- Attributes
Constructors
BusinessRules() |
Initializes a new instance of the BusinessRules class. |
Properties
BRActions |
Gets or sets an array of actions. |
BRConditions |
Gets or sets an array of conditions. |
BRConditionTreeNodes |
Gets or sets an array of condition tree nodes. |
BusinessRulesMember |
Gets or sets an array of business rules members. |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DataContractBase) |