C# 클래스 Sage.SData.Client.Metadata.SDataSchemaProperty

상속: SDataSchemaItem
파일 보기 프로젝트 열기: Saleslogix/SDataCSharpClientLib

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
GetTypeName ( ) : XmlQualifiedName
Read ( XmlSchemaObject obj ) : void
ReadSmeAttribute ( XmlAttribute attribute ) : bool
SDataSchemaProperty ( ) : System
SDataSchemaProperty ( string name ) : System
Write ( XmlSchemaObject obj ) : void
WriteSmeAttributes ( ICollection attributes ) : void

메소드 상세

GetTypeName() 보호된 메소드

protected GetTypeName ( ) : XmlQualifiedName
리턴 System.Xml.XmlQualifiedName

Read() 보호된 메소드

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

ReadSmeAttribute() 보호된 메소드

protected ReadSmeAttribute ( XmlAttribute attribute ) : bool
attribute System.Xml.XmlAttribute
리턴 bool

SDataSchemaProperty() 보호된 메소드

protected SDataSchemaProperty ( ) : System
리턴 System

SDataSchemaProperty() 보호된 메소드

protected SDataSchemaProperty ( string name ) : System
name string
리턴 System

Write() 보호된 메소드

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

WriteSmeAttributes() 보호된 메소드

protected WriteSmeAttributes ( ICollection attributes ) : void
attributes ICollection
리턴 void