C# 클래스 SDC.gYear_Stype

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Deserialize ( string input, gYear_Stype &obj ) : bool
Deserialize ( string input, gYear_Stype &obj, Exception &exception ) : bool

Deserializes workflow markup into an gYear_Stype object

Deserialize ( Stream s ) : gYear_Stype
Deserialize ( string input ) : gYear_Stype
LoadFromFile ( string fileName, Encoding encoding, gYear_Stype &obj, Exception &exception ) : bool

Deserializes xml markup from file into an gYear_Stype object

LoadFromFile ( string fileName, gYear_Stype &obj ) : bool
LoadFromFile ( string fileName, gYear_Stype &obj, Exception &exception ) : bool
LoadFromFile ( string fileName ) : gYear_Stype
LoadFromFile ( string fileName, Encoding encoding ) : gYear_Stype
SaveToFile ( string fileName, Encoding encoding, Exception &exception ) : bool

Serializes current gYear_Stype object into file

SaveToFile ( string fileName, Exception &exception ) : bool
SaveToFile ( string fileName ) : void
SaveToFile ( string fileName, Encoding encoding ) : void
Serialize ( ) : string
Serialize ( Encoding encoding ) : string

Serializes current gYear_Stype object into an XML string

ShouldSerializeval ( ) : bool

Test whether val should be serialized

메소드 상세

Deserialize() 공개 정적인 메소드

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

Deserialize() 공개 정적인 메소드

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

Deserialize() 공개 정적인 메소드

public static Deserialize ( Stream s ) : gYear_Stype
s System.IO.Stream
리턴 gYear_Stype

Deserialize() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

public static LoadFromFile ( string fileName, gYear_Stype &obj, Exception &exception ) : bool
fileName string
obj gYear_Stype
exception System.Exception
리턴 bool

LoadFromFile() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

public static LoadFromFile ( string fileName, Encoding encoding ) : gYear_Stype
fileName string
encoding System.Text.Encoding
리턴 gYear_Stype

SaveToFile() 공개 메소드

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

SaveToFile() 공개 메소드

public SaveToFile ( string fileName, Exception &exception ) : bool
fileName string
exception System.Exception
리턴 bool

SaveToFile() 공개 메소드

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

SaveToFile() 공개 메소드

public SaveToFile ( string fileName, Encoding encoding ) : void
fileName string
encoding System.Text.Encoding
리턴 void

Serialize() 공개 메소드

public Serialize ( ) : string
리턴 string

Serialize() 공개 메소드

Serializes current gYear_Stype object into an XML string
public Serialize ( Encoding encoding ) : string
encoding System.Text.Encoding
리턴 string

ShouldSerializeval() 공개 메소드

Test whether val should be serialized
public ShouldSerializeval ( ) : bool
리턴 bool