C# Class Castle.Sharp2Js.TypePropertyDictionaryGenerator

Generates a list of property type information to be used by the Js Generator
Afficher le fichier Open project: castle-it/sharp2Js Class Usage Examples

Méthodes publiques

Méthode Description
GetPropertyDictionaryForTypeGeneration ( IEnumerable types, Castle.Sharp2Js.JsGeneratorOptions generatorOptions, List propertyTypeCollection = null ) : IEnumerable

Gets the property dictionary to be used for type generation.

Private Methods

Méthode Description
GetCollectionInnerTypes ( Type propertyType ) : List

Gets inner types of collections and dictionaries.

Method Details

GetPropertyDictionaryForTypeGeneration() public static méthode

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.
Résultat IEnumerable