The ICategory type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddChild |
Add a child category to current category.
This is the same as adding a target to Children property.
| |
ContainsField |
Checks to see if the object contains a specicific field by fielod name. to check
(Inherited from ICartellaObject.) | |
CountAllRelatedEntities |
Count of all IEntity related to current instance of Category.
| |
CountRelatedEntities(Type) |
Count of all objects (of specified Type) related to current instance of Category.
| |
CountRelatedEntities<(Of <<'(TEntityType>)>>)()()()() |
Count of all TEntityType related to current instance of Category.
| |
CountRelatedFolioItemsInFolio(IFolio) |
Count of all IFolioItem (of the Folio specificed), related to current instance of Category
| |
CountRelatedFolioItemsInFolio(IFolio, Type) |
Count of all objects (of specified Type), related to current instance of Category
| |
CountRelatedFolioItemsInFolio<(Of <<'(TFolioItemType>)>>)(IFolio) |
Count of all TEntityType (of the Folio specificed), related to current instance of Category
| |
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.) | |
GetFields |
Get a collection of fields.
(Inherited from IBaseObject.) | |
GetRelatedEntities<(Of <<'(TTarget>)>>) |
Get the related entities to this category, by entity type
| |
GetRelatedEntitiesForFolio<(Of <<'(TTarget>)>>) |
Get the related entities to this category, by entity type and folio module
| |
GetRelatedItems | ||
GetRelatedItemsOfType<(Of <<'(T>)>>) | ||
Initialize | (Inherited from IBaseObject.) | |
RemoveChild |
Remove an existing child category.
The child category to be removed will become a root category,
not being deleted.
| |
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.) | |
SetupDelegates |
Setup the delegate methods for data communications
(Inherited from ICartellaObject.) | |
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.) |