Class IntentResolutionFDC3_2
An IntentResolution matching the FDC3 2 specification
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OpenFin.Net.Adapter.Interop
Assembly: OpenFin.Net.Adapter.dll
Syntax
public class IntentResolutionFDC3_2 : BaseIntentResolution
Properties
Intent
The intent that was raised
Declaration
public string Intent { get; }
Property Value
Type | Description |
---|---|
System.String |
Source
Identifier for the app instance that was selected (or started) to resolve the intent.
Declaration
public AppIdentifier Source { get; }
Property Value
Type | Description |
---|---|
AppIdentifier |