IModelBase<TChild> インターフェイス |
名前空間: WodiLib.Sys
public interface IModelBase<TChild> : IEquatable<TChild>, INotifyPropertyChanged where TChild : Object, IModelBase<TChild>
IModelBase<TChild> 型は下記のメンバーを公開します。
名前 | 説明 | |
---|---|---|
![]() | Equals | Indicates whether the current object is equal to another object of the same type. (IEquatable<TChild>から継承) |
名前 | 説明 | |
---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. (INotifyPropertyChangedから継承) |