Click or drag to resize

GenericReportState Class

Encapsulates the states for an event that can be reported
Inheritance Hierarchy
SystemObject
  ImmerseSDK.ReportingGenericReportState

Namespace:  ImmerseSDK.Reporting
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
[SerializableAttribute]
public class GenericReportState

The GenericReportState type exposes the following members.

Constructors
  NameDescription
Public methodGenericReportState
Initializes a new instance of the GenericReportState class
Top
Fields
  NameDescription
Public fieldReportingName
The reporting name
Public fieldState
The state of the object
Top
See Also