Expand Minimize
This topic has not yet been rated - Rate this topic

BRStatus Enumeration

Specifies the update and publication status of a business rule.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
[DataContractAttribute(Name = "BRStatus", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum BRStatus
Member nameDescription
ActiveThe rule is published.
ExcludedThe rule is explicitly excluded from the published set of rules.
PendingActivationThe rule has been created and will be published with the next publish request for the related entity and member type.
PendingChangesThe rule has been updated and the new rule will be published with the next publish request for the related entity and member type. Until then, the prior version of the rule is active.
PendingDeletionThe rule has been marked for deletion will be deleted with the next publish request for the related entity and member type. Until then, the prior version of the rule is active.
PendingExclusionThe rule has been marked for exlusion will be excluded with the next publish request for the related entity and member type. Until then, the prior version of the rule is active.
UndefinedThe rule will be created but does not have any actions or conditions defined.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.