C# 클래스 Castle.Sharp2Js.PropertyBag

파일 보기 프로젝트 열기: castle-it/sharp2Js 1 사용 예제들

공개 메소드들

메소드 설명
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