AyaNova business object library 4.0.1
ContactTitle Class
NamespacesGZTW.AyaNova.BLLContactTitle
Type of phone number i.e telephone, fax, cell, pager, radio
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScriptJavaScriptXAML
[SerializableAttribute]
public class ContactTitle : BusinessBase
<SerializableAttribute> _
Public Class ContactTitle _
	Inherits BusinessBase
Dim instance As ContactTitle
[SerializableAttribute]
public ref class ContactTitle : public BusinessBase
/** @attribute SerializableAttribute */ 
public class ContactTitle extends BusinessBase
public class ContactTitle extends BusinessBase
GZTW.AyaNova.BLL.ContactTitle = function();

Type.createClass(
	'GZTW.AyaNova.BLL.ContactTitle',
	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.)
CopyState()()() (Inherited from UndoableBase.)
Created
Get created date

Creator
Get user record ID of person who created this record

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
Get internal id number Read only property because it's set internally, not externally

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
Get modified date

Modifier
Get user ID of person who modified this record

Name
Set/get Name of item

Notify()()() (Inherited from BusinessBase.)
OnIsDirtyChanged()()() (Inherited from BindableBase.)
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
   ContactTitle

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