Class Condition
Inheritance
System.Object
Condition
Assembly: RevelDigital.Player.RevelScript.dll
Syntax
public sealed class Condition
Properties
Complement
Declaration
public bool ? Complement { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
DateTimeValue1
Declaration
public DateTime? DateTimeValue1 { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
DateTimeValue2
Declaration
public DateTime? DateTimeValue2 { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
DateTimeValue3
Declaration
public DateTime? DateTimeValue3 { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
DateTimeValue4
Declaration
public DateTime? DateTimeValue4 { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
DoubleValue1
Declaration
public double DoubleValue1 { get; }
Property Value
Type |
Description |
System.Double |
|
DoubleValue2
Declaration
public double DoubleValue2 { get; }
Property Value
Type |
Description |
System.Double |
|
DoubleValue3
Declaration
public double DoubleValue3 { get; }
Property Value
Type |
Description |
System.Double |
|
DoubleValue4
Declaration
public double DoubleValue4 { get; }
Property Value
Type |
Description |
System.Double |
|
IntValue1
Declaration
public int IntValue1 { get; }
Property Value
Type |
Description |
System.Int32 |
|
IntValue2
Declaration
public int IntValue2 { get; }
Property Value
Type |
Description |
System.Int32 |
|
IntValue3
Declaration
public int IntValue3 { get; }
Property Value
Type |
Description |
System.Int32 |
|
IntValue4
Declaration
public int IntValue4 { get; }
Property Value
Type |
Description |
System.Int32 |
|
Operator
Declaration
public int ? Operator { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Sequence
Declaration
public int ? Sequence { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
Value1
Declaration
public string Value1 { get; set; }
Property Value
Type |
Description |
System.String |
|
Value2
Declaration
public string Value2 { get; set; }
Property Value
Type |
Description |
System.String |
|
Value3
Declaration
public string Value3 { get; set; }
Property Value
Type |
Description |
System.String |
|
Value4
Declaration
public string Value4 { get; set; }
Property Value
Type |
Description |
System.String |
|