Class BaseLinkedData
- Namespace
- Shift.Sdk.UI
- Assembly
- Shift.Sdk.dll
public abstract class BaseLinkedData : BaseObject
- Inheritance
-
BaseLinkedData
- Derived
-
- Inherited Members
-
- Extension Methods
-
Constructors
BaseLinkedData()
protected BaseLinkedData()
BaseLinkedData(Uri)
protected BaseLinkedData(Uri id)
Parameters
id Uri
Fields
DefaultContext
protected const string DefaultContext = "https://w3id.org/openbadges/v2"
Field Value
- string
Properties
Context
public string Context { get; protected set; }
Property Value
- string
Id
Property Value
- Uri
IsLoaded
public bool IsLoaded { get; protected set; }
Property Value
- bool
Type
public string Type { get; protected set; }
Property Value
- string
Methods
GetHostedData()
protected string GetHostedData()
Returns
- string
GetUrl(string)
public static Uri GetUrl(string url)
Parameters
url string
Returns
- Uri
Load()
LoadLinkedObjects()
protected abstract void LoadLinkedObjects()
Verify()
public virtual void Verify()