C# Класс Dibware.StoredProcedureFramework.Helpers.AttributeHelpers.TypeNameAttributeFinder

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetResult ( ) : Maybe

Gets the result containing the attribute if one was found.

TypeNameAttributeFinder ( Type type ) : System

Initializes a new instance of the TypeNameAttributeFinder class.

Приватные методы

Метод Описание
SetAttributeIfExists ( ) : void

Описание методов

GetResult() публичный Метод

Gets the result containing the attribute if one was found.
public GetResult ( ) : Maybe
Результат Maybe

TypeNameAttributeFinder() публичный Метод

Initializes a new instance of the TypeNameAttributeFinder class.
type
public TypeNameAttributeFinder ( Type type ) : System
type System.Type The type.
Результат System