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

Inheritance: SDataSchemaItem
Afficher le fichier Open project: Saleslogix/SDataCSharpClientLib

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
GetTypeName ( ) : XmlQualifiedName
Read ( XmlSchemaObject obj ) : void
ReadSmeAttribute ( XmlAttribute attribute ) : bool
SDataSchemaProperty ( ) : System
SDataSchemaProperty ( string name ) : System
Write ( XmlSchemaObject obj ) : void
WriteSmeAttributes ( ICollection attributes ) : void

Method Details

GetTypeName() protected méthode

protected GetTypeName ( ) : XmlQualifiedName
Résultat System.Xml.XmlQualifiedName

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

SDataSchemaProperty() protected méthode

protected SDataSchemaProperty ( ) : System
Résultat System

SDataSchemaProperty() protected méthode

protected SDataSchemaProperty ( string name ) : System
name string
Résultat System

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