Class ConditionSelectItem
Represents condition select item.
Inheritance
System.Object
ConditionSelectItem
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: 13.30.0Syntax
public class ConditionSelectItem
Constructors
ConditionSelectItem()
Initializes a new instance of the ConditionSelectItem class.
Declaration
public ConditionSelectItem()
ConditionSelectItem(String, String, String)
Initializes a new instance of the ConditionSelectItem class.
Declaration
public ConditionSelectItem(string key, string name, string description)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | The key. |
System.String | name | The name. |
System.String | description | The description. |
Properties
Description
Gets or sets the description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description. |
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. |