C# Class Dev2.Diagnostics.Debug.DebugState

Inheritance: IDebugState, INotifyPropertyChanged
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Private Properties

Свойство Type Description
Deserialize void
Serialize void

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnPropertyChanged ( [ propertyName = null ) : void

Private Methods

Méthode Description
Deserialize ( IByteReaderBase reader, ICollection items ) : void
Serialize ( IByteWriterBase writer, IList items ) : void

Method Details

DebugState() public méthode

public DebugState ( ) : System
Résultat System

DebugState() public méthode

public DebugState ( IByteReaderBase reader ) : System
reader IByteReaderBase
Résultat System

Equals() public méthode

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.
Résultat bool

Equals() public méthode

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.
Résultat bool

GetHashCode() public méthode

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Résultat int

GetSchema() public méthode

public GetSchema ( ) : XmlSchema
Résultat System.Xml.Schema.XmlSchema

IsFinalStep() public méthode

public IsFinalStep ( ) : bool
Résultat bool

IsFirstStep() public méthode

public IsFirstStep ( ) : bool
Résultat bool

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
Résultat void

ReadXml() public méthode

public ReadXml ( XmlReader reader ) : void
reader XmlReader
Résultat void

Write() public méthode

public Write ( IByteWriterBase writer ) : void
writer IByteWriterBase
Résultat void

WriteXml() public méthode

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
Résultat void

operator() public static méthode

public static operator ( ) : bool
Résultat bool