Show / Hide Table of Contents

Class ModuleSetting

Inheritance
System.Object
ModuleSetting
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.Packaging
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class ModuleSetting

Fields

View Source

Id

Declaration
public int Id
Field Value
Type Description
System.Int32
View Source

KeyName

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

ModuleId

Declaration
public int ModuleId
Field Value
Type Description
System.Int32
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