Costruttore DedRuleParser
             | 
          
        
        
            Costruttore
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic 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 -> DedRuleParserParametri
- app  DedNetApplication
 - Applicazione di appartenenza.
 - strCode  String
 - stringa sulla quale effettuare il parser
 - attrName  String
 -  
 
Vedi anche