C# 클래스 Dibware.StoredProcedureFramework.Helpers.AttributeHelpers.TypeSchemaAttributeFinder

파일 보기 프로젝트 열기: dibley1973/StoredProcedureFramework 1 사용 예제들

공개 메소드들

메소드 설명
GetResult ( ) : Maybe

Gets the result containing the attribute if one was found.

TypeSchemaAttributeFinder ( Type type ) : System

Initializes a new instance of the TypeSchemaAttributeFinder class.

비공개 메소드들

메소드 설명
SetAttributeIfExists ( ) : void

메소드 상세

GetResult() 공개 메소드

Gets the result containing the attribute if one was found.
public GetResult ( ) : Maybe
리턴 Maybe

TypeSchemaAttributeFinder() 공개 메소드

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