PropertyMeta Class |
Namespace: Jeneva.Impl
The PropertyMeta type exposes the following members.
Name | Description | |
---|---|---|
PropertyMeta |
Initializes a new instance of the PropertyMeta class
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasLevel |
Determines if the property falls into the requested serialization level
| |
IsAssigned |
Determines if the property instance is assigned by JSON deserializer
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Read |
Reads value of the property instance
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Write |
Assignes value to a property instance
|
Name | Description | |
---|---|---|
DtoCustomType |
Returns true if the property is custom type (used for Hibernate custom types)
| |
DtoDynamic |
Returns true if serialization level assigned to property children is resolved dynamicaly
| |
DtoLevel |
Gets serialization level assigned to the property
| |
DtoNestedLevel |
Gets serialization level assigned to property children
| |
InnerGenericClass |
Gets property inner generic class (used for IList, ISet, etc)
| |
Name |
Gets property name
| |
Parser |
Gets property parser object
| |
PropertyClass |
Gets property class
| |
PropertyClassType |
Gets property class type
| |
Valid |
Returns true is property is valid DTO
|