Method | 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 |
Method | Description | |
---|---|---|
EqualsByValueInternal ( this self, IComposite other, object>.IDictionary |
||
TrackChanges ( this self, string name, object value ) : void |
public static AcceptChanges ( this self ) : void | ||
self | this | |
return | void |
public static EqualsByValue ( this self, IComposite other ) : bool | ||
self | this | |
other | IComposite | |
return | bool |
public static EqualsByValue ( this self, IMixin other ) : bool | ||
self | this | |
other | IMixin | |
return | bool |
public static PrintState ( this self ) : void | ||
self | this | |
return | void |
public static RejectChanges ( this self ) : void | ||
self | this | |
return | void |