C# Class Sage.SData.Client.Metadata.SDataSchemaTopLevelType

Inheritance: SDataSchemaComplexType
Afficher le fichier Open project: Saleslogix/SDataCSharpClientLib Class Usage Examples

Méthodes protégées

Méthode Description
Read ( XmlSchemaObject obj ) : void
ReadSmeAttribute ( XmlAttribute attribute ) : bool
ReadSmeAttributes ( XmlSchemaObject obj ) : void
SDataSchemaTopLevelType ( ) : System.Collections.Generic
SDataSchemaTopLevelType ( string elementName ) : System.Collections.Generic
Write ( XmlSchemaObject obj ) : void
WriteSmeAttributes ( ICollection attributes ) : void
WriteSmeAttributes ( XmlSchemaObject obj ) : void

Method Details

Read() protected méthode

protected Read ( XmlSchemaObject obj ) : void
obj System.Xml.Schema.XmlSchemaObject
Résultat void

ReadSmeAttribute() protected méthode

protected ReadSmeAttribute ( XmlAttribute attribute ) : bool
attribute System.Xml.XmlAttribute
Résultat bool

ReadSmeAttributes() protected méthode

protected ReadSmeAttributes ( XmlSchemaObject obj ) : void
obj System.Xml.Schema.XmlSchemaObject
Résultat void

SDataSchemaTopLevelType() protected méthode

protected SDataSchemaTopLevelType ( ) : System.Collections.Generic
Résultat System.Collections.Generic

SDataSchemaTopLevelType() protected méthode

protected SDataSchemaTopLevelType ( string elementName ) : System.Collections.Generic
elementName string
Résultat System.Collections.Generic

Write() protected méthode

protected Write ( XmlSchemaObject obj ) : void
obj System.Xml.Schema.XmlSchemaObject
Résultat void

WriteSmeAttributes() protected méthode

protected WriteSmeAttributes ( ICollection attributes ) : void
attributes ICollection
Résultat void

WriteSmeAttributes() protected méthode

protected WriteSmeAttributes ( XmlSchemaObject obj ) : void
obj System.Xml.Schema.XmlSchemaObject
Résultat void