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

Show file Open project: dibley1973/StoredProcedureFramework Class Usage Examples

Public Methods

Method 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

Method Description
SetAttributeIfExists ( ) : void

Method Details

GetResult() public method

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

PropertySchemaAttributeFinder() public method

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