C# Class Catel.Fody.TestAssembly.DefaultValueModel

Inheritance: Catel.Data.ModelBase
Exibir arquivo Open project: Catel/Catel.Fody

Public Properties

Property Type Description
BoolValueCatelProperty PropertyData
DoubleValueCatelProperty PropertyData
EnumValueCatelProperty PropertyData
FloatValueCatelProperty PropertyData
IntValueCatelProperty PropertyData
LongValueCatelProperty PropertyData
NullableBoolDefaultFalseValueCatelProperty PropertyData
NullableBoolDefaultNullValueCatelProperty PropertyData
NullableBoolDefaultTrueValueCatelProperty PropertyData

Private Properties

Property Type Description

Property Details

BoolValueCatelProperty public_oe static_oe property

Register the BoolValueCatel property so it is known in the class.
public static PropertyData BoolValueCatelProperty
return PropertyData

DoubleValueCatelProperty public_oe static_oe property

Register the DoubleValueCatel property so it is known in the class.
public static PropertyData DoubleValueCatelProperty
return PropertyData

EnumValueCatelProperty public_oe static_oe property

Register the EnumValueCatel property so it is known in the class.
public static PropertyData EnumValueCatelProperty
return PropertyData

FloatValueCatelProperty public_oe static_oe property

Register the FloatValueCatel property so it is known in the class.
public static PropertyData FloatValueCatelProperty
return PropertyData

IntValueCatelProperty public_oe static_oe property

Register the IntValueCatel property so it is known in the class.
public static PropertyData IntValueCatelProperty
return PropertyData

LongValueCatelProperty public_oe static_oe property

Register the LongValueCatel property so it is known in the class.
public static PropertyData LongValueCatelProperty
return PropertyData

NullableBoolDefaultFalseValueCatelProperty public_oe static_oe property

Register the BoolValueCatel property so it is known in the class.
public static PropertyData NullableBoolDefaultFalseValueCatelProperty
return PropertyData

NullableBoolDefaultNullValueCatelProperty public_oe static_oe property

Register the BoolValueCatel property so it is known in the class.
public static PropertyData NullableBoolDefaultNullValueCatelProperty
return PropertyData

NullableBoolDefaultTrueValueCatelProperty public_oe static_oe property

Register the BoolValueCatel property so it is known in the class.
public static PropertyData NullableBoolDefaultTrueValueCatelProperty
return PropertyData