C# Class TaskQueue.RepresentedModelValue

Afficher le fichier Open project: skipme/TaskMQ Class Usage Examples

Méthodes publiques

Свойство Type Description
DefaultValue object
Description string
Inherited bool
Required bool
VType FieldType
propertyDescriptor System.Reflection.PropertyInfo

Méthodes publiques

Méthode Description
RepresentedModelValue ( FieldType VType ) : System

Method Details

RepresentedModelValue() public méthode

public RepresentedModelValue ( FieldType VType ) : System
VType FieldType
Résultat System

Property Details

DefaultValue public_oe property

public object DefaultValue
Résultat object

Description public_oe property

public string Description
Résultat string

Inherited public_oe property

public bool Inherited
Résultat bool

Required public_oe property

public bool Required
Résultat bool

VType public_oe property

public FieldType VType
Résultat FieldType

propertyDescriptor public_oe property

public PropertyInfo,System.Reflection propertyDescriptor
Résultat System.Reflection.PropertyInfo