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

Mostra file Open project: dibley1973/StoredProcedureFramework Class Usage Examples

Public Methods

Method Description
GetResult ( ) : Maybe

Gets the result containing the attribute if one was found.

PropertyNameAttributeFinder ( PropertyInfo property ) : System

Initializes a new instance of the PropertyNameAttributeFinder 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

PropertyNameAttributeFinder() public method

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