Search Results for

    Show / Hide Table of Contents

    Class CmsVisualComponentDefinition

    The Object Type 400. This object type specifies the type of content and behavior of a 'Visual Component' that is part of a 'Visual Document'. The respective component is assigned to a group. Depending on the type, different contents can be defined.

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

    Properties

    AttributeHtmlSupportsBold

    Get or set value of attribute 1041

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

    AttributeHtmlSupportsItalic

    Get or set value of attribute 1042

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

    AttributeHtmlSupportsSubscript

    Get or set value of attribute 1044

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

    AttributeHtmlSupportsSuperscript

    Get or set value of attribute 1043

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

    AttributeHyperlinkObjectTypes

    Get or set values of attribute 1025

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

    AttributeIcon

    Get or set value of attribute 1016

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

    VisualComponentClasses

    Get or set value of attribute 40012

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

    VisualComponentDefinitionChildrenRefs

    Get or set values of attribute 40007

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

    VisualComponentDefinitionMaxChildren

    Get or set value of attribute 40009

    Declaration
    public long? VisualComponentDefinitionMaxChildren { get; set; }
    Property Value
    Type Description
    long?

    VisualComponentDefinitionMinChildren

    Get or set value of attribute 40008

    Declaration
    public long? VisualComponentDefinitionMinChildren { get; set; }
    Property Value
    Type Description
    long?

    VisualComponentDefinitionObjectTypeRefs

    Get or set values of attribute 40010

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

    VisualComponentDefinitionParentGroupRef

    Get or set value of attribute 40001

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

    VisualComponentDefinitionRazorViewRefs

    Get or set values of attribute 40011

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

    VisualComponentDefinitionRenderAs

    Get or set value of attribute 40003

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

    VisualComponentDefinitionStartsWithRefs

    Get or set values of attribute 40006

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

    VisualComponentDefinitionStyleRef

    Get or set value of attribute 40004

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

    VisualComponentDefinitionTypeRef

    Get or set value of attribute 40002

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

    GetVisualComponentDefinitionPlaceholder(int)

    Get value of attribute 40005

    Declaration
    public string GetVisualComponentDefinitionPlaceholder(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

    SetVisualComponentDefinitionPlaceholder(int, string)

    Set value of attribute 40005

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