Search Results for

    Show / Hide Table of Contents

    Class CmsObjectType

    The Object Type 0. This initial system object type is the basis for all further object types in 'NovaDB'. Any number of objects can be generated from an object type, which represent the concrete properties of the respective object type. These objects of an object type are also called 'instances'.

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

    Properties

    AttributeIcon

    Get or set value of attribute 1016

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

    AttributeLargeIcon

    Get or set value of attribute 1033

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

    ObjectTypeAnonymous

    Get or set value of attribute 5016

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

    ObjectTypeApiAttributes

    Get or set values of attribute 5012

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

    ObjectTypeBinaryProxy

    Get or set value of attribute 5009

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

    ObjectTypeCreateForm

    Get or set value of attribute 5001

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

    ObjectTypeDefaultPreviewDefinition

    Get or set value of attribute 5028

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

    ObjectTypeDetailForms

    Get or set values of attribute 5002

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

    ObjectTypeDisplayIconAttribute

    Get or set value of attribute 5006

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

    ObjectTypeDisplayNameAttribute

    Get or set value of attribute 5005

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

    ObjectTypeJobDefinitions

    Get or set values of attribute 5011

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

    ObjectTypeKanbanBoards

    Get or set values of attribute 5007

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

    ObjectTypeListColumns

    Get or set values of attribute 5004

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

    ObjectTypeMediaTypes

    Get or set values of attribute 5010

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

    ObjectTypeMixedListAttributes

    Get or set values of attribute 5015

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

    ObjectTypePreviewContent

    Get or set values of attribute 5014

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

    ObjectTypePreviewDefinitions

    Get or set values of attribute 5026

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

    ObjectTypeQuickSearchAttributes

    Get or set values of attribute 5013

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

    ObjectTypeSearchFilters

    Get or set values of attribute 5003

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

    ObjectTypeShowTooltips

    Get or set value of attribute 5020

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

    ObjectTypeThumbnailAttribute

    Get or set value of attribute 5008

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

    ObjectTypeTooltipContent

    Get or set values of attribute 5025

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

    ObjectTypeTooltipShowComment

    Get or set value of attribute 5024

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

    ObjectTypeTooltipShowCreated

    Get or set value of attribute 5023

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

    ObjectTypeTooltipShowCreator

    Get or set value of attribute 5022

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

    ObjectTypeTooltipShowIconAndName

    Get or set value of attribute 5021

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

    ObjectTypeVideoPreviewAttribute

    Get or set value of attribute 5027

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

    PackageMembership

    Get or set value of attribute 13000

    Declaration
    public int? PackageMembership { 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