Class
EntryModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI.OutputPanel.ViewModels

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class EntryModel : ViewModelBase

Inheritance: objectEntryModel

Constructors

EntryModel(EntryType, string)

Declaration

cs-api-definition
public EntryModel(EntryType type, string message)

Parameters

type

EntryType

message

string

EntryModel(EntryType, string, string, int, int)

Declaration

cs-api-definition
public EntryModel(EntryType type, string message, string filePath, int line, int column)

Parameters

type

EntryType

message

string

filePath

string

line

int

column

int

Properties

Column

Declaration

cs-api-definition
public int Column { get; }

Property Value

int

FilePath

Declaration

cs-api-definition
public string FilePath { get; }

Property Value

string

Line

Declaration

cs-api-definition
public int Line { get; }

Property Value

int

Message

Declaration

cs-api-definition
public string Message { get; }

Property Value

string

MessageText

Declaration

cs-api-definition
public string MessageText { get; }

Property Value

string

TimeCreated

Declaration

cs-api-definition
public string TimeCreated { get; }

Property Value

string

Type

Declaration

cs-api-definition
public EntryType Type { get; }

Property Value

EntryType