C# Class Catel.Test.Data.TestModel

Inheritance: Catel.Data.ModelBase
Afficher le fichier Open project: Catel/Catel Class Usage Examples

Méthodes publiques

Свойство Type Description
CollectionModelProperty PropertyData
ModelWithPropertyChangedProperty PropertyData

Méthodes publiques

Méthode Description
TestModel ( ) : System.Collections.ObjectModel

Method Details

TestModel() public méthode

public TestModel ( ) : System.Collections.ObjectModel
Résultat System.Collections.ObjectModel

Property Details

CollectionModelProperty public_oe static_oe property

Register the CollectionModel property so it is known in the class.
public static PropertyData CollectionModelProperty
Résultat PropertyData

ModelWithPropertyChangedProperty public_oe static_oe property

Register the ModelWithPropertyChanged property so it is known in the class.
public static PropertyData ModelWithPropertyChangedProperty
Résultat PropertyData