C# Class Dibware.StoredProcedureFramework.Base.SqlFunctionBase

Afficher le fichier Open project: dibley1973/StoredProcedureFramework

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
HasFunctionName ( ) : bool
TryInitializeFromAttributesInternal ( ) : void

Private Methods

Méthode Description
EnsureFunctionHasName ( ) : void
TrySetFunctionNameFromNameAttribute ( Type type ) : void
TrySetSchemaNameFromSchemaAttribute ( Type type ) : void

Method Details

DoesTypeInheritsFromThis() public static méthode

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

GetTwoPartName() public méthode

Gets the name of the two part.
public GetTwoPartName ( ) : string
Résultat string

HasFunctionName() protected méthode

protected HasFunctionName ( ) : bool
Résultat bool

SetFunctionName() public méthode

Sets the sql function name.
sqlFunctionName sqlFunctionName
public SetFunctionName ( string sqlFunctionName ) : void
sqlFunctionName string Name of the SQL function.
Résultat void

SetSchemaName() public méthode

Sets the schema name.
schemaName
public SetSchemaName ( string schemaName ) : void
schemaName string The name of the schema.
Résultat void

TryInitializeFromAttributesInternal() protected méthode

protected TryInitializeFromAttributesInternal ( ) : void
Résultat void