SaaS CMS has officially launched! Learn more now.

Class ConditionElement

Represents an condition element.

Inheritance
System.Object
ConditionElement
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 11.8.3
Syntax
public class ConditionElement

Constructors

ConditionElement()

Initializes a new instance of the ConditionElement class.

Declaration
public ConditionElement()

ConditionElement(ConditionElementType, String)

Initializes a new instance of the ConditionElement class.

Declaration
public ConditionElement(ConditionElementType type, string key)
Parameters
Type Name Description
ConditionElementType type

The type.

System.String key

The key.

ConditionElement(ConditionElementType, String, String, String)

Initializes a new instance of the ConditionElement class.

Declaration
public ConditionElement(ConditionElementType type, string key, string name, string description)
Parameters
Type Name Description
ConditionElementType type

The type.

System.String key

The key.

System.String name

The name.

System.String description

The description.

ConditionElement(ConditionElementType, String, String, String, ConditionSelectItemCollection)

Initializes a new instance of the ConditionElement class.

Declaration
public ConditionElement(ConditionElementType type, string key, string name, string description, ConditionSelectItemCollection items)
Parameters
Type Name Description
ConditionElementType type

The type.

System.String key

The key.

System.String name

The name.

System.String description

The description.

ConditionSelectItemCollection items

The items.

Properties

CustomControlPath

Gets or sets the custom control.

Declaration
public string CustomControlPath { get; set; }
Property Value
Type Description
System.String

The custom control.

CustomControlType

Declaration
public string CustomControlType { get; set; }
Property Value
Type Description
System.String

Description

Gets or sets the description.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

The description.

Items

Gets or sets the items.

Declaration
public ConditionSelectItemCollection Items { get; set; }
Property Value
Type Description
ConditionSelectItemCollection

The items.

Key

Gets or sets the key.

Declaration
public string Key { get; set; }
Property Value
Type Description
System.String

The key.

Name

Gets or sets the name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

The name.

Type

Gets or sets the type.

Declaration
public ConditionElementType Type { get; set; }
Property Value
Type Description
ConditionElementType

The type.