The IWikiManager type exposes the following members.

Methods

  NameDescription
Public methodApprovedByDefault
Checks whether IEntity.Approved should be defaulted to true based on CurrentUserState
(Inherited from IEntityManager<(Of <(<'T>)>)>.)
Public methodAssignObjectDelegates
Assign data procedure delegates to an object selected or created by this manager. This method is exposed, so concrete classes can override its behaviors
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.)
Public methodAssignRelationsDelegates<(Of <<'(TOwner, TTarget, TRelations>)>>)
Assign data procedure delegates to a relations object constructed by this manager. This method is exposed, so concrete classes can override its behaviors
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.)
Public methodCreate
Create object instance and it's corresponding data record. Assign procedure delegates to the object.
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.)
Public methodCreateCustomColumn (Inherited from IExtensibleObjectManager<(Of <(<'T>)>)>.)
Public methodCreatePagedRelations<(Of <<'(TOwner, TTargetObject, TTarget>)>>)(TOwner)
Create a "Paged" Relations object, with given owner and target types. The procedure delegates will be assigned to the relations object.
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.)
Public methodCreatePagedRelations<(Of <<'(TOwner, TTargetObject, TTarget>)>>)(TOwner, Boolean, Nullable<(Of <<'(Boolean>)>>), Boolean)
Create a "Paged" Relations object with default page size, given owner and target types. The procedure delegates will be assigned to the relations object.
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.)
Public methodCreatePagedRelations<(Of <<'(TOwner, TTargetObject, TTarget>)>>)(TOwner, Int32, Boolean, Nullable<(Of <<'(Boolean>)>>), Boolean)
Create a "Paged" Relations object with specific page size, given owner and target types. The procedure delegates will be assigned to the relations object.
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.)
Public methodCreateRelations<(Of <<'(TOwner, TTargetObject, TTarget>)>>)(TOwner)
Create a CartellaRelations object, with given owner and target types. The procedure delegates will be assigned to the relations object.
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.)
Public methodCreateRelations<(Of <<'(TOwner, TTargetObject, TTarget>)>>)(TOwner, Boolean)
Create a relations object, with given owner and target types. The procedure delegates will be assigned to the relations object. We can decide if the relations is editable this this syntax.
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.)
Public methodCreateRelations<(Of <<'(TOwner, TTargetObject, TTarget>)>>)(TOwner, Boolean, array<IFieldCollection>[]()[][])
Create a relations object, with given owner and target types. The procedure delegates will be assigned to the relations object. List of Fields collection for target objects are passed in as parameters in this syntax.
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.)
Public methodCreateWiki
Public methodDelete(String)
Delete an object. In this case, the object is simply marked for deletion.
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.)
Public methodDelete(String, Boolean)
Delete an object
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.)
Public methodEditCustomColumn (Inherited from IExtensibleObjectManager<(Of <(<'T>)>)>.)
Public methodGetActivityReport (Inherited from IEntityManager<(Of <(<'T>)>)>.)
Public methodGetApprovedChildren
Gets all children that are approved and not deleted
(Inherited from IEntityManager<(Of <(<'T>)>)>.)
Public methodGetCustomColumns (Inherited from IExtensibleObjectManager<(Of <(<'T>)>)>.)
Public methodGetDeletedChildren
Get All deleted children
(Inherited from IEntityManager<(Of <(<'T>)>)>.)
Public methodGetEntities
Gets children based on type
(Inherited from IEntityManager<(Of <(<'T>)>)>.)
Public methodGetEntitiesByCategories (Inherited from IEntityManager<(Of <(<'T>)>)>.)
Public methodGetEntityTypeByClassPath
Get Type of entity by its full type name
(Inherited from IEntityManager<(Of <(<'T>)>)>.)
Public methodGetEntityTypeByEntityID
Get Type of entity by its unique ID. Because all entities are stored in the same table, so each ID is unique to specific entity type
(Inherited from IEntityManager<(Of <(<'T>)>)>.)
Public methodGetGlobalEntities (Inherited from IEntityManager<(Of <(<'T>)>)>.)
Public methodGetMostCommentedFolioItems(Int32) (Inherited from IFolioItemManager<(Of <(<'T>)>)>.)
Public methodGetMostCommentedFolioItems(Int32, IFolio) (Inherited from IFolioItemManager<(Of <(<'T>)>)>.)
Public methodGetMostCommentedFolioItemsOfType(Int32, Type) (Inherited from IFolioItemManager<(Of <(<'T>)>)>.)
Public methodGetMostCommentedFolioItemsOfType(Int32, IFolio, Type) (Inherited from IFolioItemManager<(Of <(<'T>)>)>.)
Public methodGetMostCommentedFolioItemsOfType<(Of <<'(TFolioItem>)>>)(Int32) (Inherited from IFolioItemManager<(Of <(<'T>)>)>.)
Public methodGetMostCommentedFolioItemsOfType<(Of <<'(TFolioItem>)>>)(Int32, IFolio) (Inherited from IFolioItemManager<(Of <(<'T>)>)>.)
Public methodGetMostRecentFolioItems(Int32, Type)
Get the first @count of FolioItems by descending order of CreationDate.
(Inherited from IFolioItemManager<(Of <(<'T>)>)>.)
Public methodGetMostRecentFolioItems<(Of <<'(TFolioItem>)>>)(Int32)
Get the first @count of FolioItems by descending order of CreationDate.
(Inherited from IFolioItemManager<(Of <(<'T>)>)>.)
Public methodGetUnapprovedChildren
Gets all Unapproved children
(Inherited from IEntityManager<(Of <(<'T>)>)>.)
Public methodPurge
Purge the given item that is makred as deleted from the database
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.)
Public methodRemoveCustomColumn (Inherited from IExtensibleObjectManager<(Of <(<'T>)>)>.)
Public methodRestore
Restore an object marked for deletion
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.)
Public methodSelect
Instantiates a cartella object with the given field collection Should only be used for objects already created in the data store
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.)
Public methodSelectDeletedItems(Type, IFolioModule, Boolean)
Select deleted folio items
(Inherited from IFolioItemManager<(Of <(<'T>)>)>.)
Public methodSelectDeletedItems<(Of <<'(T>)>>)(IFolioModule, Boolean)
Select deleted folio items
(Inherited from IFolioItemManager<(Of <(<'T>)>)>.)
Public methodSelectSingle
Create object instance to represent an existing data record, with given unique ID value. Assign procedure delegates to the object.
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.)
Public methodSelectSingleEntity
Select single entity by ID
(Inherited from IEntityManager<(Of <(<'T>)>)>.)
Public methodSelectUnapprovedItems(Type, IFolioModule, Boolean)
Select approved folio items
(Inherited from IFolioItemManager<(Of <(<'T>)>)>.)
Public methodSelectUnapprovedItems<(Of <<'(T>)>>)(IFolioModule, Boolean)
Select approved folio items
(Inherited from IFolioItemManager<(Of <(<'T>)>)>.)
Public methodSetOrdinal (Inherited from IEntityManager<(Of <(<'T>)>)>.)
Public methodSetParent (Inherited from IEntityManager<(Of <(<'T>)>)>.)
Public methodUpdateSortOrder (Inherited from IEntityManager<(Of <(<'T>)>)>.)

See Also