C# 클래스 Hypermedia.Metadata.Runtime.RuntimeField

상속: IField
파일 보기 프로젝트 열기: cosullivan/Hypermedia 1 사용 예제들

보호된 메소드들

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