Show / Hide Table of Contents

Class Setting

Container of an Appearition Setting JSON ApiData model.

Inheritance
System.Object
Setting
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()
Namespace: Appearition.Common
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class Setting

Constructors

View Source

Setting()

Declaration
public Setting()
View Source

Setting(Setting)

Declaration
public Setting(Setting cc)
Parameters
Type Name Description
Setting cc
View Source

Setting(String, String)

Declaration
public Setting(string newKey, string newValue)
Parameters
Type Name Description
System.String newKey
System.String newValue

Fields

View Source

key

Declaration
public string key
Field Value
Type Description
System.String
View Source

value

Declaration
public string value
Field Value
Type Description
System.String

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX