C# Class System.Xml.Xsl.XsltOld.VariableAction

Inheritance: ContainerAction, IXsltContextVariable
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Properties

Свойство Type Description
baseUri string
name XmlQualifiedName
nameStr string
selectKey int
stylesheetid int
varType VariableType

Private Properties

Свойство Type Description
Compile void
CompileAttribute bool
Execute void
IXsltContextVariable object
VariableAction System.Diagnostics

Private Methods

Méthode Description
Compile ( Compiler compiler ) : void
CompileAttribute ( Compiler compiler ) : bool
Execute ( Processor processor, ActionFrame frame ) : void
IXsltContextVariable ( XsltContext xsltContext ) : object
VariableAction ( VariableType type ) : System.Diagnostics

Property Details

baseUri protected_oe property

protected string baseUri
Résultat string

name protected_oe property

protected XmlQualifiedName name
Résultat XmlQualifiedName

nameStr protected_oe property

protected string nameStr
Résultat string

selectKey protected_oe property

protected int selectKey
Résultat int

stylesheetid protected_oe property

protected int stylesheetid
Résultat int

varType protected_oe property

protected VariableType varType
Résultat VariableType