Class PreviewWorkbook
Inheritance
System.Object
PreviewWorkbook
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 PreviewWorkbook
Constructors
PreviewWorkbook(IEnumerable<PreviewWorksheet>)
Declaration
public PreviewWorkbook(IEnumerable<PreviewWorksheet> worksheets)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<PreviewWorksheet> | worksheets |
Properties
Worksheets
Declaration
public IEnumerable<PreviewWorksheet> Worksheets { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<PreviewWorksheet> |
Methods
Read(JObject)
Declaration
public static PreviewWorkbook Read(JObject json)
Parameters
| Type | Name | Description |
|---|---|---|
| Newtonsoft.Json.Linq.JObject | json |
Returns
| Type | Description |
|---|---|
| PreviewWorkbook |
Write(JsonWriter, PreviewWorkbook)
Declaration
public static void Write(JsonWriter writer, PreviewWorkbook workbook)
Parameters
| Type | Name | Description |
|---|---|---|
| Newtonsoft.Json.JsonWriter | writer | |
| PreviewWorkbook | workbook |