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

Inheritance: ContainerAction, IXsltContextVariable
Mostrar archivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Properties

Property Type Description
baseUri string
name XmlQualifiedName
nameStr string
selectKey int
stylesheetid int
varType VariableType

Private Properties

Property Type Description
Compile void
CompileAttribute bool
Execute void
IXsltContextVariable object
VariableAction System.Diagnostics

Private Methods

Method 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
return string

name protected_oe property

protected XmlQualifiedName name
return XmlQualifiedName

nameStr protected_oe property

protected string nameStr
return string

selectKey protected_oe property

protected int selectKey
return int

stylesheetid protected_oe property

protected int stylesheetid
return int

varType protected_oe property

protected VariableType varType
return VariableType