C# Класс Hypermedia.Metadata.Runtime.RuntimeField

Наследование: IField
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
RuntimeField ( ) : System.Diagnostics

Constructor.

RuntimeField ( PropertyInfo propertyInfo ) : System.Diagnostics

Constructor.

Приватные методы

Метод Описание
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.

Описание методов

RuntimeField() защищенный Метод

Constructor.
protected RuntimeField ( ) : System.Diagnostics
Результат System.Diagnostics

RuntimeField() защищенный Метод

Constructor.
protected RuntimeField ( PropertyInfo propertyInfo ) : System.Diagnostics
propertyInfo System.Reflection.PropertyInfo The property information to create the field from.
Результат System.Diagnostics