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