EGDL2 2.1
Loading...
Searching...
No Matches
FullSerializer.Internal.fsMetaProperty Class Reference

A property or field on a MetaType. More...

Public Member Functions

void Write (object context, object value)
 Writes a value to the property that this MetaProperty represents, using given object instance as the context.
 
object Read (object context)
 Reads a value from the property that this MetaProperty represents, using the given object instance as the context.
 

Properties

Type StorageType [get]
 The type of value that is stored inside of the property. For example, for an int field, StorageType will be typeof(int).
 
bool CanRead [get]
 Can this property be read?
 
bool CanWrite [get]
 Can this property be written to?
 
string JsonName [get]
 The serialized name of the property, as it should appear in JSON.
 
string MemberName [get]
 The name of the actual member.
 
bool IsPublic [get]
 Is this member public?
 

Detailed Description

A property or field on a MetaType.


The documentation for this class was generated from the following file: