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

Type.createClass(
	'GZTW.AyaNova.BLL.ClientNote',
	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.)
ClientID
ClientNoteTypeID
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()()().)
GetItem(SafeDataReader)

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()()() (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

NoteDate
User selectable data and time of note

Notes
Notify()()() (Inherited from BusinessBase.)
OnIsDirtyChanged()()() (Inherited from BindableBase.)
RootObjectID
ID of the source where the note was made "from" i.e made from a workorder, it would enter the workroder number link here

RootObjectType
Type of source (i.e workorder, quote, etc)

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
   ClientNote

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