Table of Contents

Class ResellerInfo

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

Info about the reseller.

public class ResellerInfo
Inheritance
ResellerInfo
Inherited Members

Constructors

ResellerInfo()

Initializes a new instance of the ResellerInfo class.

public ResellerInfo()

ResellerInfo(string?, string?, string?, string?, string?, string?)

Initializes a new instance of the ResellerInfo class.

public ResellerInfo(string? name, string? contactEmail, string? telephoneNumber, string? address, string? erp, string? website)

Parameters

name string

The name.

contactEmail string

The contact email.

telephoneNumber string

The telephone number.

address string

The address.

erp string

Value for ERP.

website string

Value for reseller's website.

Properties

Address

Gets or sets the address.

public string? Address { get; set; }

Property Value

string

string

ContactEmail

Gets or sets the contact email.

public string? ContactEmail { get; set; }

Property Value

string

string

Erp

Gets or sets the value for ERP.

public string? Erp { get; set; }

Property Value

string

string

Name

Gets or sets the name.

public string? Name { get; set; }

Property Value

string

string

TelephoneNumber

Gets or sets the telephone number.

public string? TelephoneNumber { get; set; }

Property Value

string

string

Website

Gets or sets the value for reseller's Website.

public string? Website { get; set; }

Property Value

string

string

Methods

Clone()

Creates a new object that is a copy of the current instance.

public object Clone()

Returns

object

A new object that is a copy of this instance.

Equals(object?)

Determines whether the specified object, is equal to this instance.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with this instance.

Returns

bool

true if the specified object is equal to this instance; otherwise, false.

GetHashCode()

Returns a hash code for this instance.

public override int GetHashCode()

Returns

int

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.