Table of Contents

Class SketchDataClient

Namespace
Sfrep.AppraiseIt.Client.Integration.Sketch
Assembly
Sfrep.AppraiseIt.Client.Integration.dll

Encapsulates sketch data to transfer to Appraise-It Pro.

public sealed class SketchDataClient
Inheritance
object
SketchDataClient
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()

Constructors

SketchDataClient()

Creates a new instance.

public SketchDataClient()

Properties

Areas

Additional area data for the property, structure, or outbuilding.

public IReadOnlyList<SketchAreaClient> Areas { get; set; }

Property Value

IReadOnlyList<SketchAreaClient>

FinishedAreaAboveGrade

The finished area above grade.

public double FinishedAreaAboveGrade { get; set; }

Property Value

double

FinishedAreaAboveGradeNonstandard

The finished area (nonstandard) above grade.

public double FinishedAreaAboveGradeNonstandard { get; set; }

Property Value

double

FinishedAreaBelowGrade

The finished area below grade.

public double FinishedAreaBelowGrade { get; set; }

Property Value

double

FinishedAreaBelowGradeNonstandard

The finished area (nonstandard) below grade.

public double FinishedAreaBelowGradeNonstandard { get; set; }

Property Value

double

GrossBuildingArea

The gross building area.

public double GrossBuildingArea { get; set; }

Property Value

double

Levels

The sketch level data.

public IReadOnlyList<SketchLevelClient> Levels { get; set; }

Property Value

IReadOnlyList<SketchLevelClient>

Rooms

Room area data for the the property, structure, or outbuilding.

public IReadOnlyList<SketchAreaClient> Rooms { get; set; }

Property Value

IReadOnlyList<SketchAreaClient>

SketchImage

The sketch image data.

public byte[] SketchImage { get; set; }

Property Value

byte[]

UnfinishedAreaAboveGrade

The unfinished area above grade.

public double UnfinishedAreaAboveGrade { get; set; }

Property Value

double

UnfinishedAreaBelowGrade

The unfinished area below grade.

public double UnfinishedAreaBelowGrade { get; set; }

Property Value

double