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

Inheritance: SDataSchemaType
Show file Open project: Saleslogix/SDataCSharpClientLib Class Usage Examples

Public Methods

Method Description
SDataSchemaComplexType ( ) : System
SDataSchemaComplexType ( string baseName ) : System

Protected Methods

Method Description
Read ( XmlSchemaObject obj ) : void
Write ( XmlSchemaObject obj ) : void

Method Details

Read() protected method

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

SDataSchemaComplexType() public method

public SDataSchemaComplexType ( ) : System
return System

SDataSchemaComplexType() public method

public SDataSchemaComplexType ( string baseName ) : System
baseName string
return System

Write() protected method

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