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

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

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

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

Gets the result containing the attribute if one was found.

PropertySchemaAttributeFinder ( PropertyInfo property ) : System

Initializes a new instance of the PropertySchemaAttributeFinder class.

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

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

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

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

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

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

Initializes a new instance of the PropertySchemaAttributeFinder class.
property
public PropertySchemaAttributeFinder ( PropertyInfo property ) : System
property System.Reflection.PropertyInfo The property.
Результат System