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

Type.createClass(
	'GZTW.AyaNova.BLL.AssignedDoc',
	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.)
Description
Set/get Description of item

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

Modifier
Get user ID of person who modified this record

Notify()()() (Inherited from BusinessBase.)
OnIsDirtyChanged()()() (Inherited from BindableBase.)
RootObjectID
RootObjectID

RootObjectType
RootObject Type

Save()()() (Inherited from BusinessBase.)
Serialized()()() (Inherited from BusinessBase.)
Serializing()()() (Inherited from BusinessBase.)
ToString()()() (Overrides Object.ToString()()().)
UndoChanges()()() (Inherited from UndoableBase.)
URL
URL for document This could be an internet URL, a UNC path and file name or a drive letter path filename to the file in question Basically this is anything that is understood by the Windows Shell Maximum of 4000 characters

Inheritance Hierarchy
Object
BindableBase
 UndoableBase
  BusinessBase
   AssignedDoc

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