C# Class System.Xml.Schema.XsdBuilder.XsdEntry

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Свойство Type Description
Attributes XsdAttributeEntry[]
CurrentState State
EndChildFunc XsdEndChildFunction
InitFunc XsdInitFunction
Name SchemaNames.Token
NextStates State[]
ParseContent bool

Méthodes publiques

Méthode Description
XsdEntry ( SchemaNames n, State state, State nextStates, XsdAttributeEntry attributes, XsdInitFunction init, XsdEndChildFunction end, bool parseContent ) : System.IO

Method Details

XsdEntry() public méthode

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
Résultat System.IO

Property Details

Attributes public_oe property

public XsdAttributeEntry[] Attributes
Résultat XsdAttributeEntry[]

CurrentState public_oe property

public State CurrentState
Résultat State

EndChildFunc public_oe property

public XsdEndChildFunction EndChildFunc
Résultat XsdEndChildFunction

InitFunc public_oe property

public XsdInitFunction InitFunc
Résultat XsdInitFunction

Name public_oe property

public SchemaNames.Token Name
Résultat SchemaNames.Token

NextStates public_oe property

public State[] NextStates
Résultat State[]

ParseContent public_oe property

public bool ParseContent
Résultat bool