Class CmsStringValueCondition
The Object Type 173. This object type defines the conditions for triggers that refer to string attribute values on objects. The attribute values are validated by defined string values and a boolean 'not in' or 'contains' value.
Inherited Members
Namespace: Noxum.Nova.Cms.Client
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class CmsStringValueCondition : 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> |
ConditionValueNotIn
Get or set value of attribute 17005
Declaration
public bool? ConditionValueNotIn { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ConditionValueStringContains
Get or set value of attribute 17301
Declaration
public bool? ConditionValueStringContains { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ConditionValueStrings
Get or set values of attribute 17302
Declaration
public IEnumerable<string> ConditionValueStrings { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<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 |