Costruttore DedRuleParser
|
Costruttore
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.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
- Tipo: DedNetDedNetApplication
Applicazione di appartenenza. - strCode
- Tipo: SystemString
stringa sulla quale effettuare il parser - attrName
- Tipo: SystemString
Vedi anche