C# Class Dibware.StoredProcedureFramework.Base.StoredProcedureBase

Inheritance: IStoredProcedure
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.

SetProcedureName ( string procedureName ) : void

Sets the procedure name.

SetSchemaName ( string schemaName ) : void

Sets the schema name.

Méthodes protégées

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

Private Methods

Méthode Description
EnsureProcedureHasName ( ) : void
TrySetProcedureNameFromNameAttribute ( 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

HasProcedureName() protected méthode

protected HasProcedureName ( ) : bool
Résultat bool

SetProcedureName() public méthode

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