C# Class ExoModel.Json.JsonModelTypeProvider.JsonReferenceProperty

Inheritance: ReflectionReferenceProperty
Show file Open project: vc3/ExoModel

Public Methods

Method Description
JsonReferenceProperty ( ModelType declaringType, PropertyInfo property, string name, string label, string helptext, string format, bool isStatic, ModelType propertyType, bool isList, bool isReadOnly, bool isPersisted, Attribute attributes ) : System

Method Details

JsonReferenceProperty() public method

public JsonReferenceProperty ( ModelType declaringType, PropertyInfo property, string name, string label, string helptext, string format, bool isStatic, ModelType propertyType, bool isList, bool isReadOnly, bool isPersisted, Attribute attributes ) : System
declaringType ModelType
property System.Reflection.PropertyInfo
name string
label string
helptext string
format string
isStatic bool
propertyType ModelType
isList bool
isReadOnly bool
isPersisted bool
attributes System.Attribute
return System