C# Class Catel.Test.Data.CollectionModel

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

Méthodes publiques

Свойство Type Description
ItemsProperty PropertyData
NameProperty PropertyData

Méthodes publiques

Méthode Description
CollectionModel ( bool initializeValues ) : System.Collections.ObjectModel

Method Details

CollectionModel() public méthode

public CollectionModel ( bool initializeValues ) : System.Collections.ObjectModel
initializeValues bool
Résultat System.Collections.ObjectModel

Property Details

ItemsProperty public_oe static_oe property

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

NameProperty public_oe static_oe property

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