AyaNova business object library 4.0.1
HeadOffice Class
NamespacesGZTW.AyaNova.BLLHeadOffice
Head office
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScriptJavaScriptXAML
[SerializableAttribute]
public class HeadOffice : BusinessBase
<SerializableAttribute> _
Public Class HeadOffice _
	Inherits BusinessBase
Dim instance As HeadOffice
[SerializableAttribute]
public ref class HeadOffice : public BusinessBase
/** @attribute SerializableAttribute */ 
public class HeadOffice extends BusinessBase
public class HeadOffice extends BusinessBase
GZTW.AyaNova.BLL.HeadOffice = function();

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



IconMemberDescription
AcceptChanges()()() (Inherited from UndoableBase.)
AccountNumber
Active
Get /set active status of HeadOffice If active = true then HeadOffice is selectable for workorders etc If active = false then HeadOffice 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.)
ClientGroupID
Clone()()() (Inherited from BusinessBase.)
Contact
Set/get HeadOffice Contact

ContactNotes
Contact Notes / Other contacts

ContractExpires
Date contract expires and no longer applies or null if contract does not expire ever

ContractID
Contract that applies to this object or Guid.Empty if no contract

ContractInEffect
If there is a contract and it has not expired returns true otherwise false

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 HeadOffice 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 HeadOffice

Deserialized()()() (Inherited from BusinessBase.)
Docs
DumpState()()() (Inherited from UndoableBase.)
EditLevel()()() (Inherited from UndoableBase.)
Email
Set/get HeadOffice Email

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()()().)
GetItem(Guid)
Fetch existing HeadOffice

GetItemMRU(Guid, Boolean)
GetItemNoMRU(Guid)
GetPrimaryContactDefaultContactInfo()()()
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.)
GoToAddress
Get service address for this HeadOffice

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()()().)
MailToAddress
Get mailing address object for this HeadOffice Returns GoToAddress object if MailToAddress is empty

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 HeadOffice name

NewItem()()()
Create new HeadOffice

Notes
Corresponds to clients.generalnotes in AyaNova v1

Notify()()() (Inherited from BusinessBase.)
OnIsDirtyChanged()()() (Inherited from BindableBase.)
Phone1
Set/get HeadOffice Phone1

Phone2
Set/get HeadOffice Phone2

Phone3
Set/get HeadOffice Phone3

Phone4
Set/get HeadOffice Phone4

Phone5
Set/get HeadOffice Phone5

RegionID
Save()()() (Inherited from BusinessBase.)
Serialized()()() (Inherited from BusinessBase.)
Serializing()()() (Inherited from BusinessBase.)
ToString()()() (Overrides Object.ToString()()().)
UndoChanges()()() (Inherited from UndoableBase.)
UsesBanking
If true then banked service is tracked for this object (hours / money / incidents)

WebAddress
web address of HeadOffice if applicable can be null ties into hyerlink to web browser

Inheritance Hierarchy
Object
BindableBase
 UndoableBase
  BusinessBase
   HeadOffice

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