C# Класс Dev2.Diagnostics.Debug.DebugState

Наследование: IDebugState, INotifyPropertyChanged
Показать файл Открыть проект Примеры использования класса

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