C# Class Catel.Test.Runtime.Serialization.TestModel

Inheritance: Catel.Data.ModelBase
ファイルを表示 Open project: Catel/Catel Class Usage Examples

Public Properties

Property Type Description
DateTimePropertyProperty PropertyData
ExcludedCatelPropertyProperty PropertyData
ExcludedProtectedCatelPropertyProperty PropertyData
IncludedCatelPropertyProperty PropertyData
_excludedField string

Private Properties

Property Type Description

Property Details

DateTimePropertyProperty public_oe static_oe property

Register the DateTimeProperty property so it is known in the class.
public static PropertyData DateTimePropertyProperty
return PropertyData

ExcludedCatelPropertyProperty public_oe static_oe property

Register the ExcludedCatelProperty property so it is known in the class.
public static PropertyData ExcludedCatelPropertyProperty
return PropertyData

ExcludedProtectedCatelPropertyProperty public_oe static_oe property

Register the ExcludedProtectedCatelProperty property so it is known in the class.
public static PropertyData ExcludedProtectedCatelPropertyProperty
return PropertyData

IncludedCatelPropertyProperty public_oe static_oe property

Register the IncludedCatelProperty property so it is known in the class.
public static PropertyData IncludedCatelPropertyProperty
return PropertyData

_excludedField public_oe property

public string _excludedField
return string