Click or drag to resize

SourceInput Class

A source input (e.g. device, track, screen).
Inheritance Hierarchy
SystemObject
  FM.IceLinkSourceInput

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The SourceInput type exposes the following members.

Constructors
  NameDescription
Public methodSourceInput
Initializes a new instance of the SourceInput class.
Top
Properties
  NameDescription
Public propertyId
Gets the identifier.
Public propertyName
Gets the name.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromJson
Deserializes an instance from JSON.
Public methodStatic memberFromJsonArray
Deserializes an instance array from JSON.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToJson
Serializes this instance to JSON.
Public methodStatic memberToJson(SourceInput)
Serializes an instance to JSON.
Public methodStatic memberToJsonArray
Serializes an instance array to JSON.
Public methodToString
Returns a string that represents this instance.
(Overrides ObjectToString.)
Top
See Also