Class EventUserMatch
public class EventUserMatch
- Inheritance
-
EventUserMatch
- Inherited Members
- Extension Methods
Constructors
EventUserMatch()
public EventUserMatch()
Properties
EventId
public Guid EventId { get; set; }
Property Value
EventTitle
public string EventTitle { get; set; }
Property Value
RelationCreated
public DateTimeOffset? RelationCreated { get; set; }
Property Value
RelationRole
public string RelationRole { get; set; }
Property Value
UserId
public Guid UserId { get; set; }
Property Value
UserName
public string UserName { get; set; }