Class RuntimeAsset
Runtime Asset
Inheritance
System.Object
RuntimeAsset
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
Assembly: OpenFin.Net.Adapter.dll
Syntax
public class RuntimeAsset
Properties
Destination
Relative path for the OpenFin Runtime to install this asset to
Declaration
[JsonPropertyName("dest")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string Destination { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SourceUrl
Source URL of the Asset.
Declaration
[JsonPropertyName("src")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string SourceUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Version
Asset Version
Declaration
[JsonPropertyName("version")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |