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

Inheritance: SDataSchemaItem
Exibir arquivo Open project: Saleslogix/SDataCSharpClientLib

Private Properties

Property Type Description

Protected Methods

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

protected GetTypeName ( ) : XmlQualifiedName
return System.Xml.XmlQualifiedName

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

SDataSchemaProperty() protected method

protected SDataSchemaProperty ( ) : System
return System

SDataSchemaProperty() protected method

protected SDataSchemaProperty ( string name ) : System
name string
return System

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