C# 클래스 Catel.Test.Data.CollectionModel

상속: Catel.Data.ModelBase
파일 보기 프로젝트 열기: Catel/Catel

공개 프로퍼티들

프로퍼티 타입 설명
ItemsProperty PropertyData
NameProperty PropertyData

공개 메소드들

메소드 설명
CollectionModel ( bool initializeValues ) : System.Collections.ObjectModel

메소드 상세

CollectionModel() 공개 메소드

public CollectionModel ( bool initializeValues ) : System.Collections.ObjectModel
initializeValues bool
리턴 System.Collections.ObjectModel

프로퍼티 상세

ItemsProperty 공개적으로 정적으로 프로퍼티

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

NameProperty 공개적으로 정적으로 프로퍼티

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