C# 클래스 System.Xml.Xsl.XsltOld.VariableAction

상속: ContainerAction, IXsltContextVariable
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
baseUri string
name XmlQualifiedName
nameStr string
selectKey int
stylesheetid int
varType VariableType

Private Properties

프로퍼티 타입 설명
Compile void
CompileAttribute bool
Execute void
IXsltContextVariable object
VariableAction System.Diagnostics

비공개 메소드들

메소드 설명
Compile ( Compiler compiler ) : void
CompileAttribute ( Compiler compiler ) : bool
Execute ( Processor processor, ActionFrame frame ) : void
IXsltContextVariable ( XsltContext xsltContext ) : object
VariableAction ( VariableType type ) : System.Diagnostics

프로퍼티 상세

baseUri 보호되어 있는 프로퍼티

protected string baseUri
리턴 string

name 보호되어 있는 프로퍼티

protected XmlQualifiedName name
리턴 XmlQualifiedName

nameStr 보호되어 있는 프로퍼티

protected string nameStr
리턴 string

selectKey 보호되어 있는 프로퍼티

protected int selectKey
리턴 int

stylesheetid 보호되어 있는 프로퍼티

protected int stylesheetid
리턴 int

varType 보호되어 있는 프로퍼티

protected VariableType varType
리턴 VariableType