Search Results for

    Show / Hide Table of Contents

    Class CmsNumericValueCondition

    The Object Type 174. This object type defines the conditions for triggers that refer to numeric attribute values on objects. The attribute values are validated by a defined 'floating-point number' and a comparison operator.

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

    Properties

    ConditionAttributeRef

    Get or set value of attribute 17002

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

    ConditionLanguageRefs

    Get or set values of attribute 17004

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

    ConditionValueNumbers

    Get or set values of attribute 17402

    Declaration
    public IEnumerable<double> ConditionValueNumbers { get; set; }
    Property Value
    Type Description
    IEnumerable<double>

    ConditionValueNumericOperator

    Get or set value of attribute 17401

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

    ConditionVariantRefs

    Get or set values of attribute 17003

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

    PackageMembership

    Get or set value of attribute 13000

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

    Methods

    GetAttributeName(int)

    Get value of attribute 1000

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

    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