Class TriggerOnPropertyAttribute
Inheritance
System.Object
TriggerOnPropertyAttribute
Namespace: Cireson.Core.Common.Attributes
Assembly: Cireson.Core.Common.dll
Syntax
public class TriggerOnPropertyAttribute : Attribute
Constructors
View SourceTriggerOnPropertyAttribute(String[])
Declaration
public TriggerOnPropertyAttribute(params string[] propertyNames)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | propertyNames |
Properties
View SourcePropertyNames
Declaration
public IList<string> PropertyNames { get; set; }
Property Value
Type | Description |
---|---|
IList<System.String> |