Show / Hide Table of Contents

Class ExtendedModule

Inheritance
System.Object
BaseModule
ExtendedModule
ManagePackage_UpdateModuleSettings.ApiData
ManagePackage_UpdateModuleSettings.PostApi
Inherited Members
BaseModule.Id
BaseModule.Name
BaseModule.DisplayTitle
BaseModule.Description
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 ExtendedModule : BaseModule

Fields

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

ModuleId

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

PackageId

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

Settings

Declaration
public List<ExtendedModuleSetting> Settings
Field Value
Type Description
System.Collections.Generic.List<ExtendedModuleSetting>

Extension Methods

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