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

Inheritance: SDataSchemaItem
Mostra file Open project: Saleslogix/SDataCSharpClientLib

Protected Methods

Method Description
Read ( XmlSchemaObject obj ) : void
SDataSchemaType ( ) : System.Diagnostics
SDataSchemaType ( string baseName, string defaultSuffix ) : System.Diagnostics
Write ( XmlSchemaObject obj ) : void

Method Details

Read() protected method

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

SDataSchemaType() protected method

protected SDataSchemaType ( ) : System.Diagnostics
return System.Diagnostics

SDataSchemaType() protected method

protected SDataSchemaType ( string baseName, string defaultSuffix ) : System.Diagnostics
baseName string
defaultSuffix string
return System.Diagnostics

Write() protected method

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