Show / Hide Table of Contents

Class SDKUser

Inheritance
object
SDKUser
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class SDKUser

Properties

CompanyId

Declaration
public ulong CompanyId { get; }
Property Value
Type Description
ulong

Id

Declaration
public ulong Id { get; }
Property Value
Type Description
ulong

Name

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

Methods

Equals(object)

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

Equals(SDKUser)

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

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()
In this article
Back to top