KREDOR Business Object Framework Documentation

NamingConventionsAttribute Members

NamingConventionsAttribute overview

Public Instance Constructors

NamingConventionsAttribute Constructor Initializes an instance of the Attribute.

Public Instance Properties

DeleteStoredProcedurePrefix Specifies the prefix for delete stored procedures names. The default is no prefix. For example: Account_del.
DeleteStoredProcedureSuffix Specifies the suffix for delete stored procedures names. The default is "_del". For example: Account_del.
InsertStoredProcedurePrefix Specifies the prefix for insert stored procedures names. The default is no prefix. For example: Account_ins.
InsertStoredProcedureSuffix Specifies the suffix for insert stored procedures names. The default is "_ins". For example: Account_ins.
SelectStoredProcedurePrefix Specifies the prefix for select stored procedures names. The default is no prefix. For example: Account_sel.
SelectStoredProcedureSuffix Specifies the suffix for select stored procedures names. The default is "_sel". For example: Account_sel.
TablePrefix 
TypeId (inherited from Attribute)When implemented in a derived class, gets a unique identifier for this Attribute.
UpdateStoredProcedurePrefix Specifies the prefix for update stored procedures names. The default is no prefix. For example: Account_upd.
UpdateStoredProcedureSuffix Specifies the suffix for update stored procedures names. The default is "_upd". For example: Account_upd.

Public Instance Methods

Equals (inherited from Attribute)Returns a value that indicates whether this instance is equal to a specified object.
GetHashCode (inherited from Attribute)Returns the hash code for this instance.
GetType (inherited from Object)Gets the Type of the current instance.
IsDefaultAttribute (inherited from Attribute)When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.
Match (inherited from Attribute)When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

NamingConventionsAttribute Class | Kredor.BO Namespace | SchemaAttribute | BusinessObject