Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Represents a business rule.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.BusinessRule
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
<DataContractAttribute(Name := "BusinessRule", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BusinessRule _
Inherits DataContractBase
'Uso
Dim instance As BusinessRule
[SerializableAttribute]
[DataContractAttribute(Name = "BusinessRule", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BusinessRule : DataContractBase
[SerializableAttribute]
[DataContractAttribute(Name = L"BusinessRule", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BusinessRule : public DataContractBase
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BusinessRule", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BusinessRule =
class
inherit DataContractBase
end
public class BusinessRule extends DataContractBase
O tipo BusinessRule expõe os membros a seguir.
Construtores
| Nome | Descrição | |
|---|---|---|
![]() |
BusinessRule | Initializes a new instance of the BusinessRule class. |
Início
Propriedades
| Nome | Descrição | |
|---|---|---|
![]() |
AuditInfo | Gets or sets the audit information. |
![]() |
BRActions | Gets or sets the collection of actions. |
![]() |
BRConditionTree | Gets or sets the topmost condition tree node. |
![]() |
Description | Gets or sets the rule description. |
![]() |
Identifier | Gets or sets the unique identifier for the business rule. |
![]() |
NotificationGroup | Gets or sets the Globally Unique Identifier (GUID) of the group to be notified about the rule. |
![]() |
NotificationUser | Gets or sets the Globally Unique Identifier (GUID) of the user to be notified about the rule. |
![]() |
Priority | Gets or sets the rule priority. |
![]() |
RuleActionText | Gets or sets the rule action text. |
![]() |
RuleConditionText | Gets or sets the rule condition text. |
![]() |
Status | Gets or sets the rule status. |
Início
Métodos
| Nome | Descrição | |
|---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
SetProperty<T> | Infraestrutura. Sets the property using the specified values. (Herdado de DataContractBase.) |
![]() |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts
.gif)
.gif)
.gif)