C# 클래스 ExoModel.Json.JsonModelTypeProvider.JsonReferenceProperty

상속: ReflectionReferenceProperty
파일 보기 프로젝트 열기: vc3/ExoModel

공개 메소드들

메소드 설명
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

메소드 상세

JsonReferenceProperty() 공개 메소드

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
리턴 System