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

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

Méthodes publiques

Méthode Description
SDataSchemaComplexType ( ) : System
SDataSchemaComplexType ( string baseName ) : System

Méthodes protégées

Méthode Description
Read ( XmlSchemaObject obj ) : void
Write ( XmlSchemaObject obj ) : void

Method Details

Read() protected méthode

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

SDataSchemaComplexType() public méthode

public SDataSchemaComplexType ( ) : System
Résultat System

SDataSchemaComplexType() public méthode

public SDataSchemaComplexType ( string baseName ) : System
baseName string
Résultat System

Write() protected méthode

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