Class DesignType
Indicates what design type this message is created with This Enum is used by: s_message.designtype
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class DesignType : Enum
Fields
SOEditor
1: Created with SOEditor
Declaration
public const DesignType SOEditor
Field Value
Type | Description |
---|---|
DesignType |
Unknown
0: Unknown type
Declaration
public const DesignType Unknown
Field Value
Type | Description |
---|---|
DesignType |
Unlayer
2: Created with Unlayer editor
Declaration
public const DesignType Unlayer
Field Value
Type | Description |
---|---|
DesignType |
value__
Indicates what design type this message is created with This Enum is used by: s_message.designtype
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)