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

Inheritance: Catel.Data.ModelBase
Show file 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 static property

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

ExcludedCatelPropertyProperty public static property

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

ExcludedProtectedCatelPropertyProperty public static property

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

IncludedCatelPropertyProperty public static property

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

_excludedField public property

public string _excludedField
return string