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

Inheritance: SDataSchemaComplexType
Exibir arquivo Open project: Saleslogix/SDataCSharpClientLib Class Usage Examples

Protected Methods

Method 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 method

protected Read ( XmlSchemaObject obj ) : void
obj System.Xml.Schema.XmlSchemaObject
return void

ReadSmeAttribute() protected method

protected ReadSmeAttribute ( XmlAttribute attribute ) : bool
attribute System.Xml.XmlAttribute
return bool

ReadSmeAttributes() protected method

protected ReadSmeAttributes ( XmlSchemaObject obj ) : void
obj System.Xml.Schema.XmlSchemaObject
return void

SDataSchemaTopLevelType() protected method

protected SDataSchemaTopLevelType ( ) : System.Collections.Generic
return System.Collections.Generic

SDataSchemaTopLevelType() protected method

protected SDataSchemaTopLevelType ( string elementName ) : System.Collections.Generic
elementName string
return System.Collections.Generic

Write() protected method

protected Write ( XmlSchemaObject obj ) : void
obj System.Xml.Schema.XmlSchemaObject
return void

WriteSmeAttributes() protected method

protected WriteSmeAttributes ( ICollection attributes ) : void
attributes ICollection
return void

WriteSmeAttributes() protected method

protected WriteSmeAttributes ( XmlSchemaObject obj ) : void
obj System.Xml.Schema.XmlSchemaObject
return void