Class EventModel
public class EventModel
- Inheritance
-
EventModel
- Inherited Members
Constructors
EventModel(string, string, IReadOnlyList<string>)
public EventModel(string name, string description, IReadOnlyList<string> fields)
Parameters
namestringdescriptionstringfieldsIReadOnlyList<string>
Properties
Description
public string Description { get; }
Property Value
Fields
public IReadOnlyList<string> Fields { get; }
Property Value
Name
public string Name { get; }