C# 클래스 SDC.GetNumAttrValueType

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Deserializes workflow markup into an GetNumAttrValueType object

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

Deserializes xml markup from file into an GetNumAttrValueType object

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

Serializes current GetNumAttrValueType 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 GetNumAttrValueType object into an XML string

ShouldSerializeTarget ( ) : bool

Test whether Target should be serialized

메소드 상세

Deserialize() 공개 정적인 메소드

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

Deserialize() 공개 정적인 메소드

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

Deserialize() 공개 정적인 메소드

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

Deserialize() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

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

SaveToFile() 공개 메소드

Serializes current GetNumAttrValueType 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 GetNumAttrValueType object into an XML string
public Serialize ( Encoding encoding ) : string
encoding System.Text.Encoding
리턴 string

ShouldSerializeTarget() 공개 메소드

Test whether Target should be serialized
public ShouldSerializeTarget ( ) : bool
리턴 bool