Struct FileSource
Source of the File.
[JsonConverter(typeof(FileSourceConverter))]
public readonly record struct FileSource : IEquatable<FileSource>
- Implements
- Inherited Members
Properties
AllValues
public static IReadOnlyList<FileSource> AllValues { get; }
Property Value
Generated
public static FileSource Generated { get; }
Property Value
Registered
public static FileSource Registered { get; }
Property Value
SourceUnspecified
public static FileSource SourceUnspecified { get; }
Property Value
Uploaded
public static FileSource Uploaded { get; }
Property Value
Value
public string Value { get; }
Property Value
Methods
Equals(FileSource)
public bool Equals(FileSource other)
Parameters
otherFileSource
Returns
FromString(string)
public static FileSource FromString(string value)
Parameters
valuestring
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
Operators
implicit operator FileSource(string)
public static implicit operator FileSource(string value)
Parameters
valuestring