C# Класс Dibware.StoredProcedureFramework.Base.StoredProcedureBase

Наследование: IStoredProcedure
Показать файл Открыть проект

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

Метод Описание
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