Class TriggerConditionAttribute
Represents trigger condition attribute.
Inheritance
System.Object
TriggerConditionAttribute
Namespace: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0Syntax
public class TriggerConditionAttribute : Attribute
Constructors
TriggerConditionAttribute(String)
Initializes a new instance of the TriggerConditionAttribute class.
Declaration
public TriggerConditionAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name. |
TriggerConditionAttribute(String, String)
Initializes a new instance of the TriggerConditionAttribute class.
Declaration
public TriggerConditionAttribute(string name, string description)
Parameters
Type | Name | Description |
---|---|---|
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. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |