Search Results for

    Show / Hide Table of Contents

    Class CmsPackage

    The Object Type 130. This object type consists of an XML file in the specially defined '.opfz' format and serves to configure a completely new 'NovaDB' application or to extend an existing one. It is a combination of object definitions, object references, instances, and their contents to form a logical package unit. This allows the information required for a field of application, such as 'Web Shop', to be summarized thematically.

    Inheritance
    object
    CmsObject
    CmsPackage
    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 CmsPackage : CmsObject

    Properties

    PackageCompany

    Get or set value of attribute 13003

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

    PackageCopyright

    Get or set value of attribute 13004

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

    PackageDependencies

    Get or set values of attribute 13006

    Declaration
    public IEnumerable<int> PackageDependencies { get; set; }
    Property Value
    Type Description
    IEnumerable<int>

    PackageIdentifier

    Get or set value of attribute 13005

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

    PackageReleased

    Get or set value of attribute 13002

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

    PackageVersion

    Get or set value of attribute 13001

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

    Methods

    GetAttributeDescription(int)

    Get value of attribute 1012

    Declaration
    public string GetAttributeDescription(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
    In this article
    Back to top Version 6.1.0.31rc