Class RAiDContributorPosition
- Namespace
- RAiD.Net.Domain
- Assembly
- RAiD.Net.dll
public class RAiDContributorPosition
- Inheritance
-
RAiDContributorPosition
- Inherited Members
-
Properties
EndDate
[JsonConverter(typeof(RAiDDateConverter))]
[JsonPropertyName("endDate")]
public DateTime? EndDate { get; init; }
Property Value
- DateTime?
Id
[JsonPropertyName("id")]
public required string Id { get; init; }
Property Value
- string
SchemaUri
[JsonPropertyName("schemaUri")]
public required string SchemaUri { get; init; }
Property Value
- string
StartDate
[JsonConverter(typeof(RAiDDateConverter))]
[JsonPropertyName("startDate")]
public required DateTime StartDate { get; init; }
Property Value
- DateTime