C# Class Castle.Sharp2Js.PropertyBag

Afficher le fichier Open project: castle-it/sharp2Js Class Usage Examples

Méthodes publiques

Méthode Description
PropertyBag ( string typeName, Type typeDefinition, string propertyName, Type propertyType, List collectionInnerTypes, TransformablePropertyTypeEnum transformablePropertyType, bool hasDefaultValue, object defaultValue ) : System

Initializes a new instance of the PropertyBag class.

Method Details

PropertyBag() public méthode

Initializes a new instance of the PropertyBag class.
public PropertyBag ( string typeName, Type typeDefinition, string propertyName, Type propertyType, List collectionInnerTypes, TransformablePropertyTypeEnum transformablePropertyType, bool hasDefaultValue, object defaultValue ) : System
typeName string Name of the type.
typeDefinition System.Type The type definition.
propertyName string Name of the property.
propertyType System.Type Type of the property.
collectionInnerTypes List The collection inner types.
transformablePropertyType TransformablePropertyTypeEnum Type of the transformable property.
hasDefaultValue bool if set to true [has default value].
defaultValue object The default value.
Résultat System