Table of Contents

Class EventModel

Namespace
The.Model.Editor
Assembly
Instagile.Model.dll
public class EventModel
Inheritance
EventModel
Inherited Members

Constructors

EventModel(string, string, IReadOnlyList<string>)

public EventModel(string name, string description, IReadOnlyList<string> fields)

Parameters

name string
description string
fields IReadOnlyList<string>

Properties

Description

public string Description { get; }

Property Value

string

Fields

public IReadOnlyList<string> Fields { get; }

Property Value

IReadOnlyList<string>

Name

public string Name { get; }

Property Value

string