Class Intent
Inheritance
System.Object
Intent
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 Intent
Properties
Context
Declaration
[JsonPropertyName("context")]
public Context Context { get; set; }
Property Value
Type | Description |
---|---|
Context |
Name
Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |