C# Класс ExoModel.Json.JsonModelTypeProvider.JsonValueProperty

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

Открытые методы

Метод Описание
JsonValueProperty ( ModelType declaringType, PropertyInfo property, string name, string label, string helptext, bool isStatic, Type propertyType, TypeConverter converter, bool isList, bool isReadOnly, bool isPersisted, Attribute attributes, LambdaExpression defaultValue = null ) : System

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

Метод Описание
GetFormat ( Type propertyType, IEnumerable attributes ) : string

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

JsonValueProperty() публичный Метод

public JsonValueProperty ( ModelType declaringType, PropertyInfo property, string name, string label, string helptext, bool isStatic, Type propertyType, TypeConverter converter, bool isList, bool isReadOnly, bool isPersisted, Attribute attributes, LambdaExpression defaultValue = null ) : System
declaringType ModelType
property System.Reflection.PropertyInfo
name string
label string
helptext string
isStatic bool
propertyType System.Type
converter System.ComponentModel.TypeConverter
isList bool
isReadOnly bool
isPersisted bool
attributes System.Attribute
defaultValue System.Linq.Expressions.LambdaExpression
Результат System