BRItem Classe

Definizione

Classe base per Azioni e Condizioni.

public ref class BRItem abstract : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="BRItem", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRDomainBasedAttributeArgument))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRAttributeValueArgument))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRAction))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRAttributeArgument))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRBlankArgument))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRCondition))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRHierarchyArgument))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRFreeformArgument))]
[System.Serializable]
public abstract class BRItem : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="BRItem", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRDomainBasedAttributeArgument))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRAttributeValueArgument))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRAction))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRAttributeArgument))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRBlankArgument))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRCondition))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRHierarchyArgument))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRFreeformArgument))>]
[<System.Serializable>]
type BRItem = class
    inherit DataContractBase
Public MustInherit Class BRItem
Inherits DataContractBase
Ereditarietà
Derivato
Attributi

Commenti

Il BRItem tipo complesso specifica una parte logica di una regola aziendale completa.

Costruttori

Nome Descrizione
BRItem()

Costruttore.

Proprietà

Nome Descrizione
AuditInfo
Obsoleti.

Specifica le informazioni di audit.

BusinessRuleId

Specifica l'ID della regola dell'azienda proprietaria.

Identifier

Specifica l'ID. Identifica in modo univoco l'elemento della regola di business.

IsCorrupted

Ottiene se l'elemento della regola di business è corrotto.

Operator

Specifica l'operatore.

PostfixArguments

Specifica la raccolta di argomenti postfissi (lato destro).

Sequence

Specifica l'ordine in cui gli elementi delle regole di business devono essere visualizzati e valutati.

Text

Specifica il testo che descrive l'elemento della business rule.

UserScriptName

Specifica il nome dello script definito dall'utente.

UserScriptParameterCount

Specifica il conteggio totale dei parametri.

Metodi

Nome Descrizione
SetProperty<T>(T, T, String, Boolean)

Cambia la proprietà al valore dato.
Restituisce se il nuovo valore è diverso dal vecchio.

(Ereditato da DataContractBase)
SetProperty<T>(T, T, String)

Cambia la proprietà al valore dato.
Restituisce se il nuovo valore è diverso dal vecchio.

(Ereditato da DataContractBase)

Si applica a