This topic has not yet been rated - Rate this topic

BusinessRule Class

Represents a business rule.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
[DataContractAttribute(Name = "BusinessRule", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BusinessRule : DataContractBase

The BusinessRule type exposes the following members.

  NameDescription
Public methodBusinessRuleInitializes a new instance of the BusinessRule class.
Top
  NameDescription
Public propertyAuditInfoGets or sets audit information.
Public propertyBRActionsGets or sets an array of business rule actions.
Public propertyBRConditionTreeGets or sets a business rule condition tree.
Public propertyDescriptionGets or sets the description of the business rule.
Public propertyExtensionDataGets or sets the structure that contains extra data. (Inherited from DataContractBase.)
Public propertyIdentifierGets or sets a business rule identifier.
Public propertyNotificationGroupGets or sets the globally unique identifier (GUID) of the group to be notified about the rule.
Public propertyNotificationUserGets or sets the globally unique identifier (GUID) of the group to be notified about the rule.
Public propertyPriorityGets or sets the rule priority.
Public propertyRuleActionTextGets or sets the business rule actions included in the current business rule.
Public propertyRuleConditionTextGets or sets business rule conditions included in the current business rule.
Public propertyStatusGets or sets the business rule status.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.