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

상속: SDataSchemaComplexType
파일 보기 프로젝트 열기: Saleslogix/SDataCSharpClientLib 1 사용 예제들

보호된 메소드들

메소드 설명
Read ( XmlSchemaObject obj ) : void
ReadSmeAttribute ( XmlAttribute attribute ) : bool
ReadSmeAttributes ( XmlSchemaObject obj ) : void
SDataSchemaTopLevelType ( ) : System.Collections.Generic
SDataSchemaTopLevelType ( string elementName ) : System.Collections.Generic
Write ( XmlSchemaObject obj ) : void
WriteSmeAttributes ( ICollection attributes ) : void
WriteSmeAttributes ( XmlSchemaObject obj ) : void

메소드 상세

Read() 보호된 메소드

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

ReadSmeAttribute() 보호된 메소드

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

ReadSmeAttributes() 보호된 메소드

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

SDataSchemaTopLevelType() 보호된 메소드

protected SDataSchemaTopLevelType ( ) : System.Collections.Generic
리턴 System.Collections.Generic

SDataSchemaTopLevelType() 보호된 메소드

protected SDataSchemaTopLevelType ( string elementName ) : System.Collections.Generic
elementName string
리턴 System.Collections.Generic

Write() 보호된 메소드

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

WriteSmeAttributes() 보호된 메소드

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

WriteSmeAttributes() 보호된 메소드

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