Class SDKUser
Inheritance
Object
SDKUser
Inherited Members
Object.Equals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class SDKUser
Properties
CompanyId
Declaration
public ulong CompanyId { get; }
Property Value
Type | Description |
---|---|
UInt64 |
Id
Declaration
public ulong Id { get; }
Property Value
Type | Description |
---|---|
UInt64 |
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 |
---|---|
Boolean |
Overrides
System.Object.Equals(System.Object)
Equals(SDKUser)
Declaration
public bool Equals(SDKUser other)
Parameters
Type | Name | Description |
---|---|---|
SDKUser | other |
Returns
Type | Description |
---|---|
Boolean |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 |
Overrides
System.Object.GetHashCode()