Class Properties
Inheritance
System.Object
Properties
Inherited Members
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: Experior.Core.Reports
Assembly: Experior.Core.dll
Syntax
[TypeConverter(typeof(ObjectConverter))]
public class Properties
Fields
StatProperties
Declaration
public static readonly Properties StatProperties
Field Value
Type | Description |
---|---|
Properties |
Properties
Seconds
Declaration
[PropertyAttributesProvider("DynamicProperty")]
public int Seconds { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Update
Declaration
[PropertyOrder(0)]
public Properties.Updates Update { get; set; }
Property Value
Type | Description |
---|---|
Properties.Updates |
Methods
DynamicProperty(PropertyAttributes)
Declaration
public void DynamicProperty(PropertyAttributes attributes)
Parameters
Type | Name | Description |
---|---|---|
PropertyAttributes | attributes |
Start()
Declaration
public void Start()
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
Events
Refresh
Declaration
public event Properties.RefreshEvent Refresh
Event Type
Type | Description |
---|---|
Properties.RefreshEvent |