Class
ConfigLayerSourceInfo
Represents the source descriptor for a configuration layer.
Inheritance
- Object
- ConfigLayerSourceInfo
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.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object