Click or drag to resize
PropertyMeta Properties

The PropertyMeta type exposes the following members.

Properties
  NameDescription
Public propertyDtoCustomType
Returns true if the property is custom type (used for Hibernate custom types)
Public propertyDtoDynamic
Returns true if serialization level assigned to property children is resolved dynamicaly
Public propertyDtoLevel
Gets serialization level assigned to the property
Public propertyDtoNestedLevel
Gets serialization level assigned to property children
Public propertyInnerGenericClass
Gets property inner generic class (used for IList, ISet, etc)
Public propertyName
Gets property name
Public propertyParser
Gets property parser object
Public propertyPropertyClass
Gets property class
Public propertyPropertyClassType
Gets property class type
Public propertyValid
Returns true is property is valid DTO
Top
See Also