Class PropertyCondition
Inheritance
System.Object
PropertyCondition
Namespace: Emby.Web.GenericEdit.Conditions
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class PropertyCondition
Properties
AffectedPropertyId
Declaration
public string AffectedPropertyId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ConditionType
Gets the simple condition.
Declaration
public PropertyConditionType ConditionType { get; set; }
Property Value
Type | Description |
---|---|
PropertyConditionType | The simple condition. |
SimpleCondition
Gets the simple condition.
Declaration
public SimpleCondition? SimpleCondition { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<SimpleCondition> | The simple condition. |
TargetPropertyId
Gets the target property name or path.
Declaration
public string TargetPropertyId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The target property name or path. |
Value
Gets the value.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The value. |
ValueCondition
Gets the value condition.
Declaration
public ValueCondition? ValueCondition { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ValueCondition> | The value condition. |