C# Class Hypermedia.Metadata.Runtime.RuntimeField

Inheritance: IField
Show file Open project: cosullivan/Hypermedia Class Usage Examples

Protected Methods

Method Description
RuntimeField ( ) : System.Diagnostics

Constructor.

RuntimeField ( PropertyInfo propertyInfo ) : System.Diagnostics

Constructor.

Private Methods

Method Description
CreateDefaultOptions ( PropertyInfo propertyInfo ) : FieldOptions

Creates the default options for the property info.

CreateRuntimeField ( PropertyInfo propertyInfo ) : RuntimeField

Creates a runtime field from a property info.

RuntimeField ( string name ) : System.Diagnostics

The name of the field.

Method Details

RuntimeField() protected method

Constructor.
protected RuntimeField ( ) : System.Diagnostics
return System.Diagnostics

RuntimeField() protected method

Constructor.
protected RuntimeField ( PropertyInfo propertyInfo ) : System.Diagnostics
propertyInfo System.Reflection.PropertyInfo The property information to create the field from.
return System.Diagnostics