C# Class Dev2.Diagnostics.Debug.DebugState

Inheritance: IDebugState, INotifyPropertyChanged
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Private Properties

Property Type Description
Deserialize void
Serialize void

Public Methods

Method Description
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

Protected Methods

Method Description
OnPropertyChanged ( [ propertyName = null ) : void

Private Methods

Method Description
Deserialize ( IByteReaderBase reader, ICollection items ) : void
Serialize ( IByteWriterBase writer, IList items ) : void

Method Details

DebugState() public method

public DebugState ( ) : System
return System

DebugState() public method

public DebugState ( IByteReaderBase reader ) : System
reader IByteReaderBase
return System

Equals() public method

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.
return bool

Equals() public method

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.
return bool

GetHashCode() public method

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

GetSchema() public method

public GetSchema ( ) : XmlSchema
return System.Xml.Schema.XmlSchema

IsFinalStep() public method

public IsFinalStep ( ) : bool
return bool

IsFirstStep() public method

public IsFirstStep ( ) : bool
return bool

OnPropertyChanged() protected method

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
return void

ReadXml() public method

public ReadXml ( XmlReader reader ) : void
reader XmlReader
return void

Write() public method

public Write ( IByteWriterBase writer ) : void
writer IByteWriterBase
return void

WriteXml() public method

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
return void

operator() public static method

public static operator ( ) : bool
return bool