C# Класс Mixins.Extensions

We can compare mixins by value
Показать файл Открыть проект

Открытые методы

Метод Описание
AcceptChanges ( this self ) : void
Bark ( this self ) : void
EqualsByValue ( this self, IComposite other ) : bool
EqualsByValue ( this self, IMixin other ) : bool
PrintState ( this self ) : void
RejectChanges ( this self ) : void
Scratch ( this self ) : void

Приватные методы

Метод Описание
EqualsByValueInternal ( this self, IComposite other, object>.IDictionary path ) : bool
TrackChanges ( this self, string name, object value ) : void

Описание методов

AcceptChanges() публичный статический Метод

public static AcceptChanges ( this self ) : void
self this
Результат void

Bark() публичный статический Метод

public static Bark ( this self ) : void
self this
Результат void

EqualsByValue() публичный статический Метод

public static EqualsByValue ( this self, IComposite other ) : bool
self this
other IComposite
Результат bool

EqualsByValue() публичный статический Метод

public static EqualsByValue ( this self, IMixin other ) : bool
self this
other IMixin
Результат bool

PrintState() публичный статический Метод

public static PrintState ( this self ) : void
self this
Результат void

RejectChanges() публичный статический Метод

public static RejectChanges ( this self ) : void
self this
Результат void

Scratch() публичный статический Метод

public static Scratch ( this self ) : void
self this
Результат void