Class ExtendedModule
Inheritance
System.Object
ExtendedModule
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 ExtendedModule : BaseModule
Fields
View SourceIsNew
Declaration
public bool IsNew
Field Value
Type | Description |
---|---|
System.Boolean |
IsToBeDeleted
Declaration
public bool IsToBeDeleted
Field Value
Type | Description |
---|---|
System.Boolean |
ModuleId
Declaration
public int ModuleId
Field Value
Type | Description |
---|---|
System.Int32 |
PackageId
Declaration
public int PackageId
Field Value
Type | Description |
---|---|
System.Int32 |
Settings
Declaration
public List<ExtendedModuleSetting> Settings
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<ExtendedModuleSetting> |