C# Class Castle.Sharp2Js.PropertyBag

Mostrar archivo Open project: castle-it/sharp2Js Class Usage Examples

Public Methods

Method 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 method

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.
return System