Class ImportMessage
Inheritance
System.Object
ImportMessage
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TimeCockpit.Data.Import
Assembly: TimeCockpit.Data.Import.dll
Syntax
public class ImportMessage
Constructors
ImportMessage(String, Int32, ImportMessage.Kind, String)
Declaration
public ImportMessage(string sheetName, int rowNumber, ImportMessage.Kind severity, string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | sheetName | |
| System.Int32 | rowNumber | |
| ImportMessage.Kind | severity | |
| System.String | message |
Properties
Message
Declaration
public string Message { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
RowNumber
Declaration
public int RowNumber { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Severity
Declaration
public ImportMessage.Kind Severity { get; }
Property Value
| Type | Description |
|---|---|
| ImportMessage.Kind |
SheetName
Declaration
public string SheetName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
Read(JsonReader)
Declaration
public static ImportMessage Read(JsonReader reader)
Parameters
| Type | Name | Description |
|---|---|---|
| Newtonsoft.Json.JsonReader | reader |
Returns
| Type | Description |
|---|---|
| ImportMessage |
Write(JsonWriter, ImportMessage)
Declaration
public static void Write(JsonWriter writer, ImportMessage message)
Parameters
| Type | Name | Description |
|---|---|---|
| Newtonsoft.Json.JsonWriter | writer | |
| ImportMessage | message |