C# Class Catel.Test.Data.CollectionModel

Inheritance: Catel.Data.ModelBase
Show file Open project: Catel/Catel

Public Properties

Property Type Description
ItemsProperty PropertyData
NameProperty PropertyData

Public Methods

Method Description
CollectionModel ( bool initializeValues ) : System.Collections.ObjectModel

Method Details

CollectionModel() public method

public CollectionModel ( bool initializeValues ) : System.Collections.ObjectModel
initializeValues bool
return System.Collections.ObjectModel

Property Details

ItemsProperty public static property

Register the Items property so it is known in the class.
public static PropertyData ItemsProperty
return PropertyData

NameProperty public static property

Register the Name property so it is known in the class.
public static PropertyData NameProperty
return PropertyData