NBoomackClient
Show / Hide Table of Contents

Class EvaluationRequest

Inheritance
object
EvaluationRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Boomack.Client.Model
Assembly: NBoomackClient.dll
Syntax
public class EvaluationRequest

Properties

Builder

Declaration
public static IEvaluationRequestBuilder Builder { get; }
Property Value
Type Description
IEvaluationRequestBuilder

Panel

Declaration
public string Panel { get; set; }
Property Value
Type Description
string

Script

Declaration
public string Script { get; set; }
Property Value
Type Description
string

Stream

Declaration
[JsonIgnore]
public Stream Stream { get; set; }
Property Value
Type Description
Stream
In This Article
Back to top
Boomack Homepage