Table of Contents

Class SketchLevelClient

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

Encapsulates level data on a sketch.

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

Constructors

SketchLevelClient()

Creates a new instance.

public SketchLevelClient()

Properties

FinishedArea

The finished area.

public double FinishedArea { get; set; }

Property Value

double

LevelType

The level type.

Supported values:

  • BelowGradeFive
  • BelowGradeFour
  • BelowGradeThree
  • BelowGradeTwo
  • BelowGradeOne
  • LevelOne
  • LevelTwo
  • LevelThree
  • LevelFour
  • LevelFive
  • LevelSix
  • LevelSeven
  • LevelEight
  • LevelNine
  • LevelTen
public string LevelType { get; set; }

Property Value

string

UnfinishedArea

The unfinished area.

public double UnfinishedArea { get; set; }

Property Value

double