C# Class Hypermedia.Metadata.Runtime.RuntimeField

Inheritance: IField
Afficher le fichier Open project: cosullivan/Hypermedia Class Usage Examples

Méthodes protégées

Méthode Description
RuntimeField ( ) : System.Diagnostics

Constructor.

RuntimeField ( PropertyInfo propertyInfo ) : System.Diagnostics

Constructor.

Private Methods

Méthode 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 méthode

Constructor.
protected RuntimeField ( ) : System.Diagnostics
Résultat System.Diagnostics

RuntimeField() protected méthode

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