C# 클래스 SDC.SectionBaseType

상속: SDC.RepeatingType
파일 보기 프로젝트 열기: IHE-SDC-WG/SDC-XML-Generator 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Clone ( ) : SectionBaseType

Create a clone of this SectionBaseType object

Deserialize ( Stream s ) : SectionBaseType
Deserialize ( string input ) : SectionBaseType
Deserialize ( string input, SectionBaseType &obj ) : bool
Deserialize ( string input, SectionBaseType &obj, Exception &exception ) : bool

Deserializes workflow markup into an SectionBaseType object

LoadFromFile ( string fileName ) : SectionBaseType
LoadFromFile ( string fileName, SectionBaseType &obj ) : bool
LoadFromFile ( string fileName, SectionBaseType &obj, Exception &exception ) : bool

Deserializes xml markup from file into an SectionBaseType object

SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current SectionBaseType object into file

SaveToFile ( string fileName ) : void
SectionBaseType ( ) : System

SectionBaseType class constructor

Serialize ( ) : string

Serializes current SectionBaseType object into an XML string

ShouldSerializeordered ( ) : bool

Test whether ordered should be serialized

메소드 상세

Clone() 공개 메소드

Create a clone of this SectionBaseType object
public Clone ( ) : SectionBaseType
리턴 SectionBaseType

Deserialize() 공개 정적인 메소드

public static Deserialize ( Stream s ) : SectionBaseType
s Stream
리턴 SectionBaseType

Deserialize() 공개 정적인 메소드

public static Deserialize ( string input ) : SectionBaseType
input string
리턴 SectionBaseType

Deserialize() 공개 정적인 메소드

public static Deserialize ( string input, SectionBaseType &obj ) : bool
input string
obj SectionBaseType
리턴 bool

Deserialize() 공개 정적인 메소드

Deserializes workflow markup into an SectionBaseType object
public static Deserialize ( string input, SectionBaseType &obj, Exception &exception ) : bool
input string string workflow markup to deserialize
obj SectionBaseType Output SectionBaseType object
exception Exception output Exception value if deserialize failed
리턴 bool

LoadFromFile() 공개 정적인 메소드

public static LoadFromFile ( string fileName ) : SectionBaseType
fileName string
리턴 SectionBaseType

LoadFromFile() 공개 정적인 메소드

public static LoadFromFile ( string fileName, SectionBaseType &obj ) : bool
fileName string
obj SectionBaseType
리턴 bool

LoadFromFile() 공개 정적인 메소드

Deserializes xml markup from file into an SectionBaseType object
public static LoadFromFile ( string fileName, SectionBaseType &obj, Exception &exception ) : bool
fileName string string xml file to load and deserialize
obj SectionBaseType Output SectionBaseType object
exception Exception output Exception value if deserialize failed
리턴 bool

SaveToFile() 공개 메소드

Serializes current SectionBaseType object into file
public SaveToFile ( string fileName, Exception &exception ) : bool
fileName string full path of outupt xml file
exception Exception output Exception value if failed
리턴 bool

SaveToFile() 공개 메소드

public SaveToFile ( string fileName ) : void
fileName string
리턴 void

SectionBaseType() 공개 메소드

SectionBaseType class constructor
public SectionBaseType ( ) : System
리턴 System

Serialize() 공개 메소드

Serializes current SectionBaseType object into an XML string
public Serialize ( ) : string
리턴 string

ShouldSerializeordered() 공개 메소드

Test whether ordered should be serialized
public ShouldSerializeordered ( ) : bool
리턴 bool