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

Показать файл Открыть проект

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

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