C# Class Catel.Test.Data.TestModel

Inheritance: Catel.Data.ModelBase
Mostra file Open project: Catel/Catel Class Usage Examples

Public Properties

Property Type Description
CollectionModelProperty PropertyData
ModelWithPropertyChangedProperty PropertyData

Public Methods

Method Description
TestModel ( ) : System.Collections.ObjectModel

Method Details

TestModel() public method

public TestModel ( ) : System.Collections.ObjectModel
return 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
return PropertyData

ModelWithPropertyChangedProperty public_oe static_oe property

Register the ModelWithPropertyChanged property so it is known in the class.
public static PropertyData ModelWithPropertyChangedProperty
return PropertyData