C# 클래스 Dibware.StoredProcedureFramework.Base.SqlFunctionBase

파일 보기 프로젝트 열기: dibley1973/StoredProcedureFramework

공개 메소드들

메소드 설명
DoesTypeInheritsFromThis ( Type type ) : bool

Determines if the specified type inherits from this object type.

GetTwoPartName ( ) : string

Gets the name of the two part.

SetFunctionName ( string sqlFunctionName ) : void

Sets the sql function name.

SetSchemaName ( string schemaName ) : void

Sets the schema name.

보호된 메소드들

메소드 설명
HasFunctionName ( ) : bool
TryInitializeFromAttributesInternal ( ) : void

비공개 메소드들

메소드 설명
EnsureFunctionHasName ( ) : void
TrySetFunctionNameFromNameAttribute ( Type type ) : void
TrySetSchemaNameFromSchemaAttribute ( Type type ) : void

메소드 상세

DoesTypeInheritsFromThis() 공개 정적인 메소드

Determines if the specified type inherits from this object type.
public static DoesTypeInheritsFromThis ( Type type ) : bool
type System.Type The type.
리턴 bool

GetTwoPartName() 공개 메소드

Gets the name of the two part.
public GetTwoPartName ( ) : string
리턴 string

HasFunctionName() 보호된 메소드

protected HasFunctionName ( ) : bool
리턴 bool

SetFunctionName() 공개 메소드

Sets the sql function name.
sqlFunctionName sqlFunctionName
public SetFunctionName ( string sqlFunctionName ) : void
sqlFunctionName string Name of the SQL function.
리턴 void

SetSchemaName() 공개 메소드

Sets the schema name.
schemaName
public SetSchemaName ( string schemaName ) : void
schemaName string The name of the schema.
리턴 void

TryInitializeFromAttributesInternal() 보호된 메소드

protected TryInitializeFromAttributesInternal ( ) : void
리턴 void