The IImage type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddChild |
Adds/Moves an entity to be a child of this entity
(Inherited from IEntity.) | |
AddDefaultRole | (Inherited from IEntity.) | |
AddGroupRole |
Get a group role to this folio.
A way to state security for the folio.
(Inherited from IEntity.) | |
AddUserRole |
Get a user role to this folio.
A way to state security for the folio.
(Inherited from IEntity.) | |
AllowChildType |
Find out if given type is allowed to be child of this object.
(Inherited from IEntity.) | |
BeforeLocalPurge |
This method will get executed when Local purge is execute
on the given folio module
(Inherited from IFolioItem.) | |
ContainsField |
Checks to see if the object contains a specicific field by fielod name. to check
(Inherited from ICartellaObject.) | |
CurrentUserCanApproveItem | (Inherited from IEntity.) | |
Get_Procedure_SelectPagedRelations |
Return the "SelectPagedRelationsProcedure" delegate, by the given target type
(Inherited from ICartellaObject.) | |
Get_Procedure_SelectPositionedRelations |
Return the "SelectPositionedRelationsProcedure" delegate, by the given target type
(Inherited from ICartellaObject.) | |
Get_Procedure_SelectRelations |
Return the "SelectRelationsProcedure" delegate, by the given target type
(Inherited from ICartellaObject.) | |
GetCategorizedChildEntities<(Of <<'(TTarget>)>>) | (Inherited from IEntity.) | |
GetChildEntities<(Of <<'(TTarget>)>>) |
Get the relations collection of the FolioModule's child folio items
(Inherited from IEntity.) | |
GetChildren<(Of <<'(TOwner, TTargetObject, TTarget>)>>) | Obsolete.
Get children of this entity of given type
(Inherited from IEntity.) | |
GetComments | (Inherited from IEntity.) | |
GetDeletedChildren | (Inherited from IEntity.) | |
GetFields |
Get a collection of fields.
(Inherited from IBaseObject.) | |
GetImmediateChildren |
Gets all the immediate children of an entity of any type
(Inherited from IEntity.) | |
GetParent()()()() |
retrieves the parent entity based on the ID_Parent column in the DB
(Inherited from IEntity.) | |
GetParent<(Of <<'(TInterface, TClass>)>>)()()()() | Obsolete.
Retrieve the parent entity of this entity.
(Inherited from IEntity.) | |
GetUnapprovedChildren | (Inherited from IEntity.) | |
GetVoteAverage | (Inherited from IVotable.) | |
GetVoteTotal | (Inherited from IVotable.) | |
Initialize | (Inherited from IBaseObject.) | |
ParentsLocked |
Checks parent chain to see if any parents are locked
(Inherited from IEntity.) | |
PermissionForUser |
Retrieve the permission for specific user on this entity
(Inherited from IEntity.) | |
RemoveDefaultRole | (Inherited from IEntity.) | |
RemoveGroupRole |
Remove a group role from the folio
(Inherited from IEntity.) | |
RemoveUserRole |
Remove a user role from the folio
(Inherited from IEntity.) | |
RetrieveFullRecord |
Retrieve full content of the object. This method is automatically invoked, when full record retrieval is never
done on the object, and indexer call if performed on the fields key that doesn't exist.
(Inherited from ICartellaObject.) | |
SetOrdinal |
Sets the Ordinal of the entity
(Inherited from IEntity.) | |
SetParent<(Of <<'(TInterface>)>>)(TInterface) | Obsolete.
Set the parent entity for this entity.
This entity type must be in the allowed list of parent entity for children.
This method is equal to move the current enity around.
(Inherited from IEntity.) | |
SetParent<(Of <<'(TInterface, TClass>)>>)(TInterface) |
Set parent.
If parent is null, set current folio item's owner folio
as original parent's owner folio, so it will not become orphan
(Inherited from IFolioItem.) | |
SetupDelegates |
Setup the delegate methods for data communications
(Inherited from ICartellaObject.) | |
SetUserViewed | (Inherited from ITrackable.) | |
SetVote | (Inherited from IVotable.) | |
StartUpdate |
Suppress update events.
Use "Using" statement to automatically dispose and reset Event update switch.
Put the actual object property changes inside the using block
(Inherited from IBatchUpdatable.) | |
UpdateData |
Sync the data of the object to underlying data record
(Inherited from IBatchUpdatable.) | |
ValidateRules |
Validates instance based on rules stored in the Global Manager.
If validation fails, a Validation Exception will be thrown.
(Inherited from ICartellaObject.) |