NBoomackClient
Show / Hide Table of Contents

Class ExportRequest

Inheritance
object
ExportRequest
Implements
IEquatable<ExportRequest>
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 ExportRequest : IEquatable<ExportRequest>

Fields

Default

Declaration
public static readonly ExportRequest Default
Field Value
Type Description
ExportRequest

Properties

Name

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

Path

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

Theme

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

Methods

Equals(ExportRequest)

Declaration
public bool Equals(ExportRequest other)
Parameters
Type Name Description
ExportRequest 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