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

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.

TypeSchemaAttributeFinder ( Type type ) : System

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

TypeSchemaAttributeFinder() public méthode

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