DataObjectView Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class DataObjectView : ViewBase, IObjectContainingDataObjectFilter
The DataObjectView type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataObjectView(Int32, AppString, Int32, DataObjectFilter) | |
![]() | DataObjectView(Int32, AppString, Int32, DataObjectFilter, ViewOwner) |
Name | Description | |
---|---|---|
![]() | AccessModifierClassInfo |
Specifies the class info of an access modifier for the data object type.
Can be null.
|
![]() | ActiveUserCanUseView |
Is the active user allowed to use the view?
(Inherited from ViewBase.) |
![]() | ChangedBy | (Inherited from ViewBase.) |
![]() | ChangeTime | (Inherited from ViewBase.) |
![]() | Content | |
![]() | CreatedBy | (Inherited from ViewBase.) |
![]() | CreateTime | (Inherited from ViewBase.) |
![]() | CriteriaScreenOptions |
Holds options used in the criteria screen for the view.
The object is only used if DisplayCriteriaScreen is true.
|
![]() | DataVersion | (Inherited from ViewBase.) |
![]() | Description |
Description can be null
(Inherited from ViewBase.) |
![]() | DisplayCriteriaScreen |
Specifies whether a criteria/search screen will be displayed before the actual view (list) screen.
|
![]() | Fields | |
![]() | Filter | |
![]() | Forms |
Rummer eventuelle alternative forms, som dataobjekterne i view'et skal vises med.
Collection er null hvis informationerne ikke er indlæst.
|
![]() | Id | (Inherited from ViewBase.) |
![]() | MenuItemId |
The ID of the menu item under which the view is placed.
(Inherited from ViewBase.) |
![]() | Name | (Inherited from ViewBase.) |
![]() | NewObjectParentId |
Angiver hvor nye objekter oprettet fra view’et placeres henne i træstrukturen.
NewObjectParentId anvendes kun når ViewType=List.
Hvis NewObjectParentId er 0 anvendes default regelsættet.
|
![]() | Number | (Inherited from ViewBase.) |
![]() | Owner |
The "Owner" tells the purpose of the view; is it a regular view, is it used for a reference property or is it used for scoping a policy?
(Inherited from ViewBase.) |
![]() | OwnerId |
The administrators/owners of the view. Only the owners can edit the view.
OwnerId is the id of a user group.
(Inherited from ViewBase.) |
![]() | PageBreakAfterEvery |
Har kun effekt hvis ViewType=Print. Angiver at der skal indsættes et pagebreak
efter hver x'te dataobjekt. Ignoreres hvis værdien er 0.
|
![]() | ScreenElements |
States which elements will be displayed in the view screen: toolbar, headline menu and contextmenu.
|
![]() | ScriptFiles | |
![]() | SearchString | |
![]() | Settings |
Contains additional settings for the view.
Configured in the XML structure in the column tblDataObjectView.SettingsXML.
(Inherited from ViewBase.) |
![]() | SortFields | |
![]() | StylesheetId |
Used for downloading a PDF file for a (list) view.
Can be 0.
|
![]() | System |
System views are not shown in the menu
(Inherited from ViewBase.) |
![]() | UId | (Inherited from ViewBase.) |
![]() | UserGroupIds |
Users of the view. Only the group members can see the view in the menu structure.
(Inherited from ViewBase.) |
![]() | ViewClass | (Overrides ViewBaseViewClass.) |
![]() | ViewType |
Name | Description | |
---|---|---|
![]() | AddUserGroup |
Adds a usergroup to the UserGroupIds collection
(Inherited from ViewBase.) |
![]() | ClearUserGroups |
Removes all items from the UserGroupIds collection
(Inherited from ViewBase.) |
![]() | Clone | (Overrides ViewBaseClone.) |
![]() | CloneView |
Kopierer (cloner) view'et og nulstiller alle relevante id'er.
(Overrides ViewBaseCloneView.) |
![]() | CloneView(Boolean) | Obsolete. (Overrides ViewBaseCloneView(Boolean).) |
![]() | GetValidViewFieldIdsStr | |
![]() | PassesFilter | (Inherited from ViewBase.) |
![]() | RemoveInvalidFields |
Removes entries from the fields collection that are not valid.
A field is invalid if:
- it doesn't exist in all the do-types specified by the view's filter's types.
|
![]() | RemoveInvalidSortFields |
Removes entries from the sort fields collection which are not defined in the fields collection
|
![]() | ResetAll |
Nulstiller objektets id m.v.
Metoden anvendes hvis man vil oprette et nyt view (i db)
som en kopi af et andet.
(Overrides ViewBaseResetAll.) |
![]() | ToString | (Inherited from ViewBase.) |
![]() | ToString(AppFormatInfo) | (Inherited from ViewBase.) |
Name | Description | |
---|---|---|
![]() | m_description | (Inherited from ViewBase.) |
![]() | m_owner | (Inherited from ViewBase.) |
![]() | m_userGroupIds | (Inherited from ViewBase.) |
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |
Name | Description | |
---|---|---|
![]() ![]() | IObjectWithDataVersion.GetDataVersion | (Inherited from ViewBase.) |
![]() ![]() | IObjectWithGuid.GetGuid | (Inherited from ViewBase.) |
![]() ![]() | IObjectWithId.GetId | (Inherited from ViewBase.) |
![]() ![]() | IEntityObjectDataVersion |
The data version of an entity object is incremented every time it gets updated.
If the entity object class embeds other objects (like a DataObjectType embeds a number of BaseProperty objects)
then the DataVersion is also "touched" when an embedded object changes.
(Inherited from ViewBase.) |
![]() ![]() | IEntityObjectId |
Unique id of the entity object within its entity type.
(Inherited from ViewBase.) |
![]() ![]() | IObjectContainingDataObjectFilterGetDataObjectFilter |