C# Class TaskQueue.RepresentedModelValue

显示文件 Open project: skipme/TaskMQ Class Usage Examples

Public Properties

Property Type Description
DefaultValue object
Description string
Inherited bool
Required bool
VType FieldType
propertyDescriptor System.Reflection.PropertyInfo

Public Methods

Method Description
RepresentedModelValue ( FieldType VType ) : System

Method Details

RepresentedModelValue() public method

public RepresentedModelValue ( FieldType VType ) : System
VType FieldType
return System

Property Details

DefaultValue public_oe property

public object DefaultValue
return object

Description public_oe property

public string Description
return string

Inherited public_oe property

public bool Inherited
return bool

Required public_oe property

public bool Required
return bool

VType public_oe property

public FieldType VType
return FieldType

propertyDescriptor public_oe property

public PropertyInfo,System.Reflection propertyDescriptor
return System.Reflection.PropertyInfo