Class EntryModel
Inheritance
System.Object
EntryModel
Namespace: ArtOfTest.WebAii.Design.UI.OutputPanel.ViewModels
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class EntryModel : ViewModelBase
Constructors
EntryModel(EntryType, String)
Declaration
public EntryModel(EntryType type, string message)
Parameters
EntryType
type
|
System.String
message
|
EntryModel(EntryType, String, String, Int32, Int32)
Declaration
public EntryModel(EntryType type, string message, string filePath, int line, int column)
Parameters
EntryType
type
|
System.String
message
|
System.String
filePath
|
System.Int32
line
|
System.Int32
column
|
Properties
Column
Declaration
public int Column { get; }
Property Value
System.Int32
|
FilePath
Declaration
public string FilePath { get; }
Property Value
System.String
|
Line
Declaration
public int Line { get; }
Property Value
System.Int32
|
Message
Declaration
public string Message { get; }
Property Value
System.String
|
MessageText
Declaration
public string MessageText { get; }
Property Value
System.String
|
TimeCreated
Declaration
public string TimeCreated { get; }
Property Value
System.String
|