C# 클래스 System.Xml.Schema.XsdBuilder.XsdEntry

파일 보기 프로젝트 열기: dotnet/corefx

공개 프로퍼티들

프로퍼티 타입 설명
Attributes XsdAttributeEntry[]
CurrentState State
EndChildFunc XsdEndChildFunction
InitFunc XsdInitFunction
Name SchemaNames.Token
NextStates State[]
ParseContent bool

공개 메소드들

메소드 설명
XsdEntry ( SchemaNames n, State state, State nextStates, XsdAttributeEntry attributes, XsdInitFunction init, XsdEndChildFunction end, bool parseContent ) : System.IO

메소드 상세

XsdEntry() 공개 메소드

public XsdEntry ( SchemaNames n, State state, State nextStates, XsdAttributeEntry attributes, XsdInitFunction init, XsdEndChildFunction end, bool parseContent ) : System.IO
n SchemaNames
state State
nextStates State
attributes XsdAttributeEntry
init XsdInitFunction
end XsdEndChildFunction
parseContent bool
리턴 System.IO

프로퍼티 상세

Attributes 공개적으로 프로퍼티

public XsdAttributeEntry[] Attributes
리턴 XsdAttributeEntry[]

CurrentState 공개적으로 프로퍼티

public State CurrentState
리턴 State

EndChildFunc 공개적으로 프로퍼티

public XsdEndChildFunction EndChildFunc
리턴 XsdEndChildFunction

InitFunc 공개적으로 프로퍼티

public XsdInitFunction InitFunc
리턴 XsdInitFunction

Name 공개적으로 프로퍼티

public SchemaNames.Token Name
리턴 SchemaNames.Token

NextStates 공개적으로 프로퍼티

public State[] NextStates
리턴 State[]

ParseContent 공개적으로 프로퍼티

public bool ParseContent
리턴 bool