C# Class Mixins.Extensions

We can compare mixins by value
Afficher le fichier Open project: sklementiev/mixins

Méthodes publiques

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

Private Methods

Méthode Description
EqualsByValueInternal ( this self, IComposite other, object>.IDictionary path ) : bool
TrackChanges ( this self, string name, object value ) : void

Method Details

AcceptChanges() public static méthode

public static AcceptChanges ( this self ) : void
self this
Résultat void

Bark() public static méthode

public static Bark ( this self ) : void
self this
Résultat void

EqualsByValue() public static méthode

public static EqualsByValue ( this self, IComposite other ) : bool
self this
other IComposite
Résultat bool

EqualsByValue() public static méthode

public static EqualsByValue ( this self, IMixin other ) : bool
self this
other IMixin
Résultat bool

PrintState() public static méthode

public static PrintState ( this self ) : void
self this
Résultat void

RejectChanges() public static méthode

public static RejectChanges ( this self ) : void
self this
Résultat void

Scratch() public static méthode

public static Scratch ( this self ) : void
self this
Résultat void