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

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.

TypeSchemaAttributeFinder ( Type type ) : System

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

TypeSchemaAttributeFinder() public method

Initializes a new instance of the TypeSchemaAttributeFinder class.
type
public TypeSchemaAttributeFinder ( Type type ) : System
type System.Type The type.
return System