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 SourceId
Declaration
public int Id
Field Value
Type | Description |
---|---|
System.Int32 |
IsEdit
Declaration
public bool IsEdit
Field Value
Type | Description |
---|---|
System.Boolean |
IsNew
Declaration
public bool IsNew
Field Value
Type | Description |
---|---|
System.Boolean |
IsToBeDeleted
Declaration
public bool IsToBeDeleted
Field Value
Type | Description |
---|---|
System.Boolean |
KeyName
Declaration
public string KeyName
Field Value
Type | Description |
---|---|
System.String |
KeyNameOriginal
Declaration
public string KeyNameOriginal
Field Value
Type | Description |
---|---|
System.String |
PackageModuleId
Declaration
public int PackageModuleId
Field Value
Type | Description |
---|---|
System.Int32 |
Value
Declaration
public string Value
Field Value
Type | Description |
---|---|
System.String |
ValueOriginal
Declaration
public string ValueOriginal
Field Value
Type | Description |
---|---|
System.String |