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

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.

TypeNameAttributeFinder ( Type type ) : System

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

TypeNameAttributeFinder() public méthode

Initializes a new instance of the TypeNameAttributeFinder class.
type
public TypeNameAttributeFinder ( Type type ) : System
type System.Type The type.
Résultat System