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

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



IconMemberDescription
AcceptChanges()()() (Inherited from UndoableBase.)
Active
Get /set active status of client group If active = true then clientgroup is selectable for workorders etc If active = false then clientgroup 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
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.)
Description
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.)
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
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
Modifier
Get user ID of person who modified this record

Name
Set/get client group name

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
   ClientGroup

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