Search Results for

    Show / Hide Table of Contents

    Class CmsBranch

    The Object Type 40. This object type represents the state of objects at a certain point in time. The application contains an initial 'Default' work package as a starting point for subordinate 'Work Packages'. The 'Default' work package cannot be deleted. From each 'Work Package' a subordinate 'Work Package', for the purpose of the execution of certain changes, can be created. By merging, it is possible to integrate the values of one 'Work Package' into another. A 'Work Package' can only be deleted if there are no more subordinate 'Work Packages'. A 'Work Package' can be specified by a 'Work Package Type'.

    Inheritance
    object
    CmsObject
    CmsBranch
    Inherited Members
    CmsObject.Meta
    CmsObject.Values
    CmsObject.GetValue(int, int, int)
    CmsObject.GetValues(int, int, int)
    CmsObject.SetValue(CmsValue)
    CmsObject.SetValues(int, int, int, IEnumerable<CmsValue>)
    CmsObject.GetValue<T>(int, int, int)
    CmsObject.SetValue<T>(int, int, int, T)
    CmsObject.GetValues<T>(int, int, int)
    CmsObject.SetValues<T>(int, int, int, IEnumerable<T>)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Noxum.Nova.Cms.Client
    Assembly: Noxum.Nova.Cms.Client.dll
    Syntax
    public class CmsBranch : CmsObject

    Properties

    BranchAssignedTo

    Get or set value of attribute 4004

    Declaration
    public string BranchAssignedTo { get; set; }
    Property Value
    Type Description
    string

    BranchDisableWorkListManagement

    Get or set value of attribute 4005

    Declaration
    public bool? BranchDisableWorkListManagement { get; set; }
    Property Value
    Type Description
    bool?

    BranchDueDate

    Get or set value of attribute 4003

    Declaration
    public DateTime? BranchDueDate { get; set; }
    Property Value
    Type Description
    DateTime?

    BranchParent

    Get or set value of attribute 4000

    Declaration
    public int? BranchParent { get; set; }
    Property Value
    Type Description
    int?

    BranchType

    Get or set value of attribute 4001

    Declaration
    public int? BranchType { get; set; }
    Property Value
    Type Description
    int?

    BranchWorkflowState

    Get or set value of attribute 4002

    Declaration
    public int? BranchWorkflowState { get; set; }
    Property Value
    Type Description
    int?

    Methods

    GetAttributeDescription(int)

    Get value of attribute 1012

    Declaration
    public string GetAttributeDescription(int language)
    Parameters
    Type Name Description
    int language
    Returns
    Type Description
    string

    GetAttributeName(int)

    Get value of attribute 1000

    Declaration
    public string GetAttributeName(int language)
    Parameters
    Type Name Description
    int language
    Returns
    Type Description
    string

    SetAttributeDescription(int, string)

    Set value of attribute 1012

    Declaration
    public void SetAttributeDescription(int language, string value)
    Parameters
    Type Name Description
    int language
    string value

    SetAttributeName(int, string)

    Set value of attribute 1000

    Declaration
    public void SetAttributeName(int language, string value)
    Parameters
    Type Name Description
    int language
    string value
    In this article
    Back to top Version 6.1.0.31rc