Class SoftwareApplication
public class SoftwareApplication : ContextEntity
- Inheritance
-
SoftwareApplication
- Inherited Members
Constructors
SoftwareApplication()
public SoftwareApplication()
SoftwareApplication(ROCrate?, string?, JsonObject?)
public SoftwareApplication(ROCrate? crate = null, string? identifier = null, JsonObject? properties = null)
Parameters
crate
ROCrateidentifier
stringproperties
JsonObject
Methods
Deserialize(string, ROCrate)
Create a SoftwareApplication from JSON properties.
public static SoftwareApplication? Deserialize(string entityJson, ROCrate roCrate)
Parameters
entityJson
stringThe JSON representing the SoftwareApplication
roCrate
ROCrateThe RO-Crate for the SoftwareApplication
Returns
- SoftwareApplication
The deserialised SoftwareApplication
Serialize()
Convert SoftwareApplication to JSON string.
public override string Serialize()
Returns
- string
The SoftwareApplication as a JSON string.