Show / Hide Table of Contents

Class ExtendedModuleSetting

Inheritance
System.Object
ExtendedModuleSetting
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 ExtendedModuleSetting

Fields

View Source

Id

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

IsEdit

Declaration
public bool IsEdit
Field Value
Type Description
System.Boolean
View Source

IsNew

Declaration
public bool IsNew
Field Value
Type Description
System.Boolean
View Source

IsToBeDeleted

Declaration
public bool IsToBeDeleted
Field Value
Type Description
System.Boolean
View Source

KeyName

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

KeyNameOriginal

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

PackageModuleId

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

Value

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

ValueOriginal

Declaration
public string ValueOriginal
Field Value
Type Description
System.String

Extension Methods

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