C# 클래스 Dev2.Diagnostics.Debug.DebugState

상속: IDebugState, INotifyPropertyChanged
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Deserialize void
Serialize void

공개 메소드들

메소드 설명
DebugState ( ) : System
DebugState ( IByteReaderBase reader ) : System
Equals ( IDebugState other ) : bool

Indicates whether the current object is equal to another object of the same type.

Equals ( object obj ) : bool

Determines whether the specified T:System.Object is equal to the current T:System.Object.

GetHashCode ( ) : int

Serves as a hash function for a particular type.

GetSchema ( ) : XmlSchema
IsFinalStep ( ) : bool
IsFirstStep ( ) : bool
ReadXml ( XmlReader reader ) : void
Write ( IByteWriterBase writer ) : void
WriteXml ( XmlWriter writer ) : void
operator ( ) : bool

보호된 메소드들

메소드 설명
OnPropertyChanged ( [ propertyName = null ) : void

비공개 메소드들

메소드 설명
Deserialize ( IByteReaderBase reader, ICollection items ) : void
Serialize ( IByteWriterBase writer, IList items ) : void

메소드 상세

DebugState() 공개 메소드

public DebugState ( ) : System
리턴 System

DebugState() 공개 메소드

public DebugState ( IByteReaderBase reader ) : System
reader IByteReaderBase
리턴 System

Equals() 공개 메소드

Indicates whether the current object is equal to another object of the same type.
public Equals ( IDebugState other ) : bool
other IDebugState An object to compare with this object.
리턴 bool

Equals() 공개 메소드

Determines whether the specified T:System.Object is equal to the current T:System.Object.
public Equals ( object obj ) : bool
obj object The object to compare with the current object.
리턴 bool

GetHashCode() 공개 메소드

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
리턴 int

GetSchema() 공개 메소드

public GetSchema ( ) : XmlSchema
리턴 System.Xml.Schema.XmlSchema

IsFinalStep() 공개 메소드

public IsFinalStep ( ) : bool
리턴 bool

IsFirstStep() 공개 메소드

public IsFirstStep ( ) : bool
리턴 bool

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
리턴 void

ReadXml() 공개 메소드

public ReadXml ( XmlReader reader ) : void
reader XmlReader
리턴 void

Write() 공개 메소드

public Write ( IByteWriterBase writer ) : void
writer IByteWriterBase
리턴 void

WriteXml() 공개 메소드

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
리턴 void

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool