Costruttore DedRuleParser
|
Costruttore
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public DedRuleParser(
DedNetApplication app,
string strCode,
string attrName
)
Public Sub New (
app As DedNetApplication,
strCode As String,
attrName As String
)
public:
DedRuleParser(
DedNetApplication^ app,
String^ strCode,
String^ attrName
)
new :
app : DedNetApplication *
strCode : string *
attrName : string -> DedRuleParser
Parametri
- app DedNetApplication
- Applicazione di appartenenza.
- strCode String
- stringa sulla quale effettuare il parser
- attrName String
-
Vedi anche