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

상속: ATMLModelLibrary.model.common.ItemDescription
파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddDocument ( Document document ) : void
Deserialize ( Stream s ) : HardwareItemDescription
Deserialize ( string input ) : HardwareItemDescription
Deserialize ( string input, HardwareItemDescription &obj ) : bool
Deserialize ( string input, HardwareItemDescription &obj, Exception &exception ) : bool

Deserializes workflow markup into an HardwareItemDescription object

FindDoument ( String guid ) : Document
HasDoument ( String guid ) : bool
LoadFromFile ( string fileName ) : HardwareItemDescription
LoadFromFile ( string fileName, HardwareItemDescription &obj ) : bool
LoadFromFile ( string fileName, HardwareItemDescription &obj, Exception &exception ) : bool

Deserializes xml markup from file into an HardwareItemDescription object

SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current HardwareItemDescription object into file

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

Serializes current HardwareItemDescription object into an XML string

ShouldSerializeCalibrationRequirements ( ) : bool

Test whether CalibrationRequirements should be serialized

ShouldSerializeComponents ( ) : bool

Test whether Components should be serialized

ShouldSerializeConfigurationOptions ( ) : bool

Test whether ConfigurationOptions should be serialized

ShouldSerializeDocumentation ( ) : bool

Test whether Documentation should be serialized

ShouldSerializeErrors ( ) : bool

Test whether Errors should be serialized

ShouldSerializeFactoryDefaults ( ) : bool

Test whether FactoryDefaults should be serialized

ShouldSerializeInterface ( ) : bool

Test whether Interface should be serialized

ShouldSerializeNetworkList ( ) : bool

Test whether NetworkList should be serialized

ShouldSerializeParentComponents ( ) : bool

Test whether ParentComponents should be serialized

ShouldSerializePowerRequirements ( ) : bool

Test whether PowerRequirements should be serialized

메소드 상세

AddDocument() 공개 메소드

public AddDocument ( Document document ) : void
document ATMLModelLibrary.model.common.Document
리턴 void

Deserialize() 공개 정적인 메소드

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

Deserialize() 공개 정적인 메소드

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

Deserialize() 공개 정적인 메소드

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

Deserialize() 공개 정적인 메소드

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

FindDoument() 공개 메소드

public FindDoument ( String guid ) : Document
guid String
리턴 ATMLModelLibrary.model.common.Document

HasDoument() 공개 메소드

public HasDoument ( String guid ) : bool
guid String
리턴 bool

LoadFromFile() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

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

SaveToFile() 공개 메소드

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

SaveToFile() 공개 메소드

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

Serialize() 공개 메소드

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

ShouldSerializeCalibrationRequirements() 공개 메소드

Test whether CalibrationRequirements should be serialized
public ShouldSerializeCalibrationRequirements ( ) : bool
리턴 bool

ShouldSerializeComponents() 공개 메소드

Test whether Components should be serialized
public ShouldSerializeComponents ( ) : bool
리턴 bool

ShouldSerializeConfigurationOptions() 공개 메소드

Test whether ConfigurationOptions should be serialized
public ShouldSerializeConfigurationOptions ( ) : bool
리턴 bool

ShouldSerializeDocumentation() 공개 메소드

Test whether Documentation should be serialized
public ShouldSerializeDocumentation ( ) : bool
리턴 bool

ShouldSerializeErrors() 공개 메소드

Test whether Errors should be serialized
public ShouldSerializeErrors ( ) : bool
리턴 bool

ShouldSerializeFactoryDefaults() 공개 메소드

Test whether FactoryDefaults should be serialized
public ShouldSerializeFactoryDefaults ( ) : bool
리턴 bool

ShouldSerializeInterface() 공개 메소드

Test whether Interface should be serialized
public ShouldSerializeInterface ( ) : bool
리턴 bool

ShouldSerializeNetworkList() 공개 메소드

Test whether NetworkList should be serialized
public ShouldSerializeNetworkList ( ) : bool
리턴 bool

ShouldSerializeParentComponents() 공개 메소드

Test whether ParentComponents should be serialized
public ShouldSerializeParentComponents ( ) : bool
리턴 bool

ShouldSerializePowerRequirements() 공개 메소드

Test whether PowerRequirements should be serialized
public ShouldSerializePowerRequirements ( ) : bool
리턴 bool