Class Location
- Namespace
- SmarterLink.Core.Models
- Assembly
- SmarterLink.Core.dll
A URI reference to a resource accessible by SmarterLink participants. All URI schemes are permitted.
Files served via the built-in file transfer protocol use the smarterlink:// scheme.
Serializes as a URI string.
[JsonConverter(typeof(ValueOfConverterFactory))]
public record Location : ValueOf<Uri>, IEquatable<ValueOf<Uri>>, IEquatable<Location>
- Inheritance
-
Location
- Implements
- Inherited Members
Constructors
Location(Uri)
A URI reference to a resource accessible by SmarterLink participants. All URI schemes are permitted.
Files served via the built-in file transfer protocol use the smarterlink:// scheme.
Serializes as a URI string.
public Location(Uri Value)
Parameters
ValueUri