C# 클래스 Castle.Sharp2Js.TypePropertyDictionaryGenerator

Generates a list of property type information to be used by the Js Generator
파일 보기 프로젝트 열기: castle-it/sharp2Js 1 사용 예제들

공개 메소드들

메소드 설명
GetPropertyDictionaryForTypeGeneration ( IEnumerable types, Castle.Sharp2Js.JsGeneratorOptions generatorOptions, List propertyTypeCollection = null ) : IEnumerable

Gets the property dictionary to be used for type generation.

비공개 메소드들

메소드 설명
GetCollectionInnerTypes ( Type propertyType ) : List

Gets inner types of collections and dictionaries.

메소드 상세

GetPropertyDictionaryForTypeGeneration() 공개 정적인 메소드

Gets the property dictionary to be used for type generation.
public static GetPropertyDictionaryForTypeGeneration ( IEnumerable types, Castle.Sharp2Js.JsGeneratorOptions generatorOptions, List propertyTypeCollection = null ) : IEnumerable
types IEnumerable The types to generate property information for.
generatorOptions Castle.Sharp2Js.JsGeneratorOptions The generator options.
propertyTypeCollection List The output collection of properties discovered through reflection of the supplied classes.
리턴 IEnumerable