C# 클래스 ATMLModelLibrary.model.equipment.InstrumentDescription

상속: HardwareItemDescription
파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Deserializes workflow markup into an InstrumentDescription object

GetAtmlDocumentType ( ) : dbDocument.DocumentType
GetAtmlFileContext ( ) : string
GetAtmlFileDescription ( ) : string
GetAtmlFileName ( ) : string
GetAtmlFileType ( ) : AtmlFileType
GetAtmlId ( ) : string
GetAtmlName ( ) : string
IsDeleted ( bool deleted = null ) : bool
LoadFromFile ( string fileName ) : InstrumentDescription
LoadFromFile ( string fileName, InstrumentDescription &obj ) : bool
LoadFromFile ( string fileName, InstrumentDescription &obj, Exception &exception ) : bool

Deserializes xml markup from file into an InstrumentDescription object

SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current InstrumentDescription object into file

SaveToFile ( string fileName ) : void
Serialize ( ) : string

Serializes current InstrumentDescription object into an XML string

ShouldSerializeBuses ( ) : bool

Test whether Buses should be serialized

ShouldSerializePaths ( ) : bool

Test whether Paths should be serialized

ShouldSerializePowerOnDefaults ( ) : bool

Test whether PowerOnDefaults should be serialized

ShouldSerializeResources ( ) : bool

Test whether Resources should be serialized

Validate ( SchemaValidationResult errors ) : bool

메소드 상세

Deserialize() 공개 정적인 메소드

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

Deserialize() 공개 정적인 메소드

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

Deserialize() 공개 정적인 메소드

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

Deserialize() 공개 정적인 메소드

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

GetAtmlDocumentType() 공개 메소드

public GetAtmlDocumentType ( ) : dbDocument.DocumentType
리턴 dbDocument.DocumentType

GetAtmlFileContext() 공개 메소드

public GetAtmlFileContext ( ) : string
리턴 string

GetAtmlFileDescription() 공개 메소드

public GetAtmlFileDescription ( ) : string
리턴 string

GetAtmlFileName() 공개 메소드

public GetAtmlFileName ( ) : string
리턴 string

GetAtmlFileType() 공개 메소드

public GetAtmlFileType ( ) : AtmlFileType
리턴 AtmlFileType

GetAtmlId() 공개 메소드

public GetAtmlId ( ) : string
리턴 string

GetAtmlName() 공개 메소드

public GetAtmlName ( ) : string
리턴 string

IsDeleted() 공개 메소드

public IsDeleted ( bool deleted = null ) : bool
deleted bool
리턴 bool

LoadFromFile() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

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

SaveToFile() 공개 메소드

Serializes current InstrumentDescription 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

Serialize() 공개 메소드

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

ShouldSerializeBuses() 공개 메소드

Test whether Buses should be serialized
public ShouldSerializeBuses ( ) : bool
리턴 bool

ShouldSerializePaths() 공개 메소드

Test whether Paths should be serialized
public ShouldSerializePaths ( ) : bool
리턴 bool

ShouldSerializePowerOnDefaults() 공개 메소드

Test whether PowerOnDefaults should be serialized
public ShouldSerializePowerOnDefaults ( ) : bool
리턴 bool

ShouldSerializeResources() 공개 메소드

Test whether Resources should be serialized
public ShouldSerializeResources ( ) : bool
리턴 bool

Validate() 공개 메소드

public Validate ( SchemaValidationResult errors ) : bool
errors SchemaValidationResult
리턴 bool