LoanItem
| C# | Visual Basic | Visual Basic Usage | Visual C++ | J# | JScript | JavaScript | XAML |
[SerializableAttribute] public class LoanItem : BusinessBase
<SerializableAttribute> _ Public Class LoanItem _ Inherits BusinessBase
Dim instance As LoanItem
[SerializableAttribute] public ref class LoanItem : public BusinessBase
/** @attribute SerializableAttribute */ public class LoanItem extends BusinessBase
public class LoanItem extends BusinessBase
GZTW.AyaNova.BLL.LoanItem = function(); Type.createClass( 'GZTW.AyaNova.BLL.LoanItem', CSLA.BusinessBase);
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| AcceptChanges()()() | (Inherited from UndoableBase.) | |
| Active |
Get /set active status of LoanItem
If active = true then LoanItem is selectable for workorders etc
If active = false then LoanItem in not selectable, but history can be viewed
| |
| 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.) | |
| CopyState()()() | (Inherited from UndoableBase.) | |
| Created |
Get created date
| |
| Creator |
Get user record ID of person who created this record
| |
| CurrentUserID()()() | (Inherited from BusinessBase.) | |
| Custom0 |
Custom0
| |
| Custom1 |
Custom1
| |
| Custom2 |
Custom2
| |
| Custom3 |
Custom3
| |
| Custom4 |
Custom4
| |
| Custom5 |
Custom5
| |
| Custom6 |
Custom6
| |
| Custom7 |
Custom7
| |
| Custom8 |
Custom8
| |
| Custom9 |
Custom9
| |
| DataPortal_Create(Object) | (Inherited from BusinessBase.) | |
| DataPortal_Delete(Object) |
Remove a LoanItem record .
(Overrides BusinessBase.DataPortal_Delete(Object).) | |
| DataPortal_Fetch(Object) | (Overrides BusinessBase.DataPortal_Fetch(Object).) | |
| DataPortal_Update()()() |
Called by DataPortal to delete/add/update data into the database
(Overrides BusinessBase.DataPortal_Update()()().) | |
| Delete()()() | (Inherited from BusinessBase.) | |
| DeleteItem(Guid) |
Delete LoanItem
| |
| Deserialized()()() | (Inherited from BusinessBase.) | |
| Docs | ||
| DumpState()()() | (Inherited from UndoableBase.) | |
| EditLevel()()() | (Inherited from UndoableBase.) | |
| Equals(Object) | (Overrides Object.Equals(Object).) | |
| Exists(Guid, String) |
Check for the existance of a loanitem
in the database by ID OR by serialnumber
| |
| 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()()().) | |
| GetItem(Guid) |
Fetch existing LoanItem
| |
| GetRight(String) | (Inherited from BusinessBase.) | |
| GetSearchResult(Guid, array<String>[]()[]) |
Returns a search result object based on search terms
for the ID specified
| |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| ID |
Get internal id number Read only property because it's set internally, not
externally
| |
| IsDeleted()()() | (Inherited from BusinessBase.) | |
| IsDirty | (Overrides BusinessBase.IsDirty()()().) | |
| IsDirtyChanged()()() | (Inherited from BindableBase.) | |
| IsEditing()()() | (Inherited from BusinessBase.) | |
| IsNew()()() | (Inherited from BusinessBase.) | |
| IsSavable()()() | (Inherited from BusinessBase.) | |
| IsValid | (Overrides BusinessBase.IsValid()()().) | |
| 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 |
Get modified date
| |
| Modifier |
Get user ID of person who modified this record
| |
| Name |
Set/get Loan item name
| |
| NewItem()()() |
Create new LoanItem
| |
| Notes |
Notes about unit
| |
| Notify()()() | (Inherited from BusinessBase.) | |
| OnIsDirtyChanged()()() | (Inherited from BindableBase.) | |
| RateDay |
Dayly charge rate
| |
| RateHalfDay |
HalfDayly charge rate
| |
| RateHour |
Hourly charge rate
| |
| RateMonth |
Monthly charge rate
| |
| RateWeek |
Weekly charge rate
| |
| RateYear |
Yearly charge rate
| |
| Save()()() | (Inherited from BusinessBase.) | |
| Serial | ||
| Serialized()()() | (Inherited from BusinessBase.) | |
| Serializing()()() | (Inherited from BusinessBase.) | |
| ToString()()() | (Overrides Object.ToString()()().) | |
| UndoChanges()()() | (Inherited from UndoableBase.) |
| Object | ||||
| BindableBase | ||||
| UndoableBase | ||||
| BusinessBase | ||||
| LoanItem | ||||