C# Класс Castle.Sharp2Js.PropertyBag

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

PropertyBag() публичный Метод

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.
Результат System