Metodo DedRuleCollectionAdd (String, String, Boolean, RuleStateEnum)
|
Aggiunge un nuovo elemento alla collezione e lo restituisce.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public DedRule Add(
string AttrName,
string RuleDesc,
bool DbOnly,
RuleStateEnum State
)
Public Function Add (
AttrName As String,
RuleDesc As String,
DbOnly As Boolean,
State As RuleStateEnum
) As DedRule
public:
DedRule^ Add(
String^ AttrName,
String^ RuleDesc,
bool DbOnly,
RuleStateEnum State
)
member Add :
AttrName : string *
RuleDesc : string *
DbOnly : bool *
State : RuleStateEnum -> DedRule
Parametri
- AttrName
- Tipo: SystemString
Nome dell'attributo destinatario della compilazione. - RuleDesc
- Tipo: SystemString
Regola di composizione. - DbOnly
- Tipo: SystemBoolean
Se applicare solo su componenti codificati. - State
- Tipo: DedNet.CoreRuleStateEnum
Valore di ritorno
Tipo:
DedRuleRestituisce la regola aggiunta.
Vedi anche