AyaNova business object library 4.0.1
ContractRate Class
NamespacesGZTW.AyaNova.BLLContractRate
Rate that is selected to be in a contract. By default only rates selected will be selectable within a service item, or can set to allow all but with these identified as part of contract
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScriptJavaScriptXAML
[SerializableAttribute]
public class ContractRate : BusinessBase
<SerializableAttribute> _
Public Class ContractRate _
	Inherits BusinessBase
Dim instance As ContractRate
[SerializableAttribute]
public ref class ContractRate : public BusinessBase
/** @attribute SerializableAttribute */ 
public class ContractRate extends BusinessBase
public class ContractRate extends BusinessBase
GZTW.AyaNova.BLL.ContractRate = function();

Type.createClass(
	'GZTW.AyaNova.BLL.ContractRate',
	CSLA.BusinessBase);
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
AcceptChanges()()() (Inherited from UndoableBase.)
AddBusinessRules()()() (Inherited from BusinessBase.)
ApplyEdit()()() (Inherited from BusinessBase.)
BeginEdit()()() (Inherited from BusinessBase.)
BrokenRules()()() (Inherited from BusinessBase.)
BrokenRulesText()()() (Inherited from BusinessBase.)
CancelEdit()()() (Inherited from BusinessBase.)
Clone()()() (Inherited from BusinessBase.)
ContractID
Guid ID of root object (contract)

CopyState()()() (Inherited from UndoableBase.)
Created
Initial created date of this object

Creator
User ID of who initially created this object

CurrentUserID()()() (Inherited from BusinessBase.)
DataPortal_Create(Object) (Inherited from BusinessBase.)
DataPortal_Delete(Object) (Inherited from BusinessBase.)
DataPortal_Fetch(Object) (Inherited from BusinessBase.)
DataPortal_Update()()() (Inherited from BusinessBase.)
Delete()()() (Inherited from BusinessBase.)
Deserialized()()() (Inherited from BusinessBase.)
DumpState()()() (Inherited from UndoableBase.)
EditLevel()()() (Inherited from UndoableBase.)
Equals(Object) (Overrides Object.Equals(Object).)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetBrokenRulesCollection()()() (Inherited from BusinessBase.)
GetBrokenRulesString()()() (Inherited from BusinessBase.)
GetHashCode()()() (Overrides Object.GetHashCode()()().)
GetRight(String) (Inherited from BusinessBase.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
ID
Unique ID of this object

IsDeleted()()() (Inherited from BusinessBase.)
IsDirty()()() (Inherited from BusinessBase.)
IsDirtyChanged()()() (Inherited from BindableBase.)
IsEditing()()() (Inherited from BusinessBase.)
IsNew()()() (Inherited from BusinessBase.)
IsSavable()()() (Inherited from BusinessBase.)
IsValid()()() (Inherited from BusinessBase.)
MarkAsChild()()() (Inherited from BusinessBase.)
MarkDeleted()()() (Inherited from BusinessBase.)
MarkDirty()()() (Inherited from BusinessBase.)
MarkNew()()() (Inherited from BusinessBase.)
MarkOld()()() (Inherited from BusinessBase.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Modified
Last modified date of this object

Modifier
User ID of who last modified this object

Notify()()() (Inherited from BusinessBase.)
OnIsDirtyChanged()()() (Inherited from BindableBase.)
RateID
ID of rate (this brings over the name, account number, etc check with john if need more

Save()()() (Inherited from BusinessBase.)
Serialized()()() (Inherited from BusinessBase.)
Serializing()()() (Inherited from BusinessBase.)
ToString()()() (Overrides Object.ToString()()().)
UndoChanges()()() (Inherited from UndoableBase.)
Inheritance Hierarchy
Object
BindableBase
 UndoableBase
  BusinessBase
   ContractRate

Assembly: GZTW.AyaNova.BLL (Module: GZTW.AyaNova.BLL) Version: 4.0.1.0 (4.0.0.0)