API Reference
Class
ConfigLayerSourceInfo
Represents source descriptor details for a configuration layer.
Inheritance
- Object
- ConfigLayerSourceInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ConfigLayer.Source
- Property ConfigLayerMetadata.Source
- Method ConfigLayerSourceInfo.FromJson
Accepted by parameters
- Constructor ConfigLayer.ConfigLayer
- Constructor ConfigLayerMetadata.ConfigLayerMetadata
Constructors
public ConfigLayerSourceInfo(String type, JsonValue raw, JsonObject additional) #Initializes a new source info instance.
Parameters
- type System.String
- raw IntelligenceX.Json.JsonValue
- additional IntelligenceX.Json.JsonObject
Methods
public static ConfigLayerSourceInfo FromJson(JsonValue value) #Returns:
ConfigLayerSourceInfoParses a source info value from JSON.
Parameters
- value IntelligenceX.Json.JsonValue
- Source JSON value.
Returns
The parsed source info.