リサイズはクリックかドラッグ

IModelBase<TChild> インターフェイス

各Modelクラス基底クラスインタフェース

名前空間:  WodiLib.Sys
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
public interface IModelBase<TChild> : IEquatable<TChild>, 
	INotifyPropertyChanged
where TChild : Object, IModelBase<TChild>

型パラメーター

TChild
Model実装クラス型

IModelBase<TChild> 型は下記のメンバーを公開します。

メソッド
  名前説明
Public メソッドEquals
Indicates whether the current object is equal to another object of the same type.
(IEquatable<TChild>から継承)
トップ
イベント
  名前説明
Public イベントPropertyChanged
Occurs when a property value changes.
(INotifyPropertyChangedから継承)
トップ
関連項目