C# Class Dibware.StoredProcedureFramework.Helpers.AttributeHelpers.PropertySchemaAttributeFinder

Afficher le fichier Open project: dibley1973/StoredProcedureFramework Class Usage Examples

Méthodes publiques

Méthode Description
GetResult ( ) : Maybe

Gets the result containing the attribute if one was found.

PropertySchemaAttributeFinder ( PropertyInfo property ) : System

Initializes a new instance of the PropertySchemaAttributeFinder class.

Private Methods

Méthode Description
SetAttributeIfExists ( ) : void

Method Details

GetResult() public méthode

Gets the result containing the attribute if one was found.
public GetResult ( ) : Maybe
Résultat Maybe

PropertySchemaAttributeFinder() public méthode

Initializes a new instance of the PropertySchemaAttributeFinder class.
property
public PropertySchemaAttributeFinder ( PropertyInfo property ) : System
property System.Reflection.PropertyInfo The property.
Résultat System