Search Results for

    Show / Hide Table of Contents

    Enum Ownership

    Determines the owner ship of a ModelElement.

    Namespace: TimeCockpit.Data.DataModel
    Assembly: TimeCockpit.Data.dll
    Syntax
    public enum Ownership

    Fields

    Name Description
    ApplicationSpecific

    ModelElements of type AppSpecific cannot be altered by the user. Further, changes to app specific elements or the creation/deletion of system elements is only allowed in Sytem Model

    None

    Indicates that the ownership has not been set. None is not a valid value for others than not initialized enums.

    System

    ModelElements of type System cannot be altered by the user. Further, changes to system elements or the creation/deletion of system elements is only allowed in Sytem Model

    User

    ModelElements of type user can be created/updated and deleted by users without restriction. Furhter, user elements are not altered by the system.

    In This Article
    Back to top Copyright © 2020 software architects gmbh