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

상속: IStoredProcedure
파일 보기 프로젝트 열기: 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.

SetProcedureName ( string procedureName ) : void

Sets the procedure name.

SetSchemaName ( string schemaName ) : void

Sets the schema name.

보호된 메소드들

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

비공개 메소드들

메소드 설명
EnsureProcedureHasName ( ) : void
TrySetProcedureNameFromNameAttribute ( 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

HasProcedureName() 보호된 메소드

protected HasProcedureName ( ) : bool
리턴 bool

SetProcedureName() 공개 메소드

Sets the procedure name.
procedureName
public SetProcedureName ( string procedureName ) : void
procedureName string Name of the procedure.
리턴 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