C# Class numl.Model.GuidFeatureAttribute

Inheritance: FeatureAttribute
Afficher le fichier Open project: sethjuarez/numl

Méthodes publiques

Méthode Description
GenerateProperty ( PropertyInfo property ) : Property

Generates a property.

GuidFeatureAttribute ( ) : System

Default constructor.

Method Details

GenerateProperty() public méthode

Generates a property.
Thrown when the requested operation is invalid.
public GenerateProperty ( PropertyInfo property ) : Property
property System.Reflection.PropertyInfo The property.
Résultat Property

GuidFeatureAttribute() public méthode

Default constructor.
public GuidFeatureAttribute ( ) : System
Résultat System