Class Account_RegisterDevice
Inheritance
System.Object
Account_RegisterDevice
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class Account_RegisterDevice : BaseApiPost
Fields
View Source
Data
Declaration
public Account_RegisterDevice.ApiData Data
Field Value
View Source
password
Declaration
[NonSerialized]
public string password
Field Value
| Type |
Description |
| System.String |
|
View Source
username
Declaration
[NonSerialized]
public string username
Field Value
| Type |
Description |
| System.String |
|
Properties
View Source
ChannelIdOverride
Declaration
public override int? ChannelIdOverride { get; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
Overrides
View Source
ExtraRequestUrlHeaders
Declaration
protected override Dictionary<string, string> ExtraRequestUrlHeaders { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.Dictionary<System.String, System.String> |
|
Overrides
View Source
ForcedEndPoint
Declaration
public override string ForcedEndPoint { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
View Source
OverrideAuthenticationHeader
Declaration
public override bool OverrideAuthenticationHeader { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Overrides
View Source
RequiresTenant
Declaration
public override bool RequiresTenant { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Overrides
View Source
ResponseSaveType
Declaration
public override TypeOfApiStorage ResponseSaveType { get; }
Property Value
Overrides
Extension Methods