NBoomackClient
Show / Hide Table of Contents

Class EvaluationRequest

Inheritance
object
EvaluationRequest
Implements
IEquatable<EvaluationRequest>
Inherited Members
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Boomack.Client.Model
Assembly: NBoomackClient.dll
Syntax
public class EvaluationRequest : IEquatable<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

Methods

Equals(EvaluationRequest)

Declaration
public bool Equals(EvaluationRequest other)
Parameters
Type Name Description
EvaluationRequest other
Returns
Type Description
bool

Equals(object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
object.Equals(object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()

Implements

System.IEquatable<T>
In This Article
Back to top
Boomack Homepage