Class EntityPublishHelper.PublishSaveState
The state of the PublishHelper
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class PublishSaveState : Enum
Fields
Delete
The publish status is turned off - delete publish
Declaration
public const EntityPublishHelper.PublishSaveState Delete
Field Value
Type | Description |
---|---|
EntityPublishHelper.PublishSaveState |
Insert
The publish status is turned on - insert publish
Declaration
public const EntityPublishHelper.PublishSaveState Insert
Field Value
Type | Description |
---|---|
EntityPublishHelper.PublishSaveState |
Nothing
Nothing - there are no changes
Declaration
public const EntityPublishHelper.PublishSaveState Nothing
Field Value
Type | Description |
---|---|
EntityPublishHelper.PublishSaveState |
Update
There are modifications to the publish period only, hence the publish needs to be updated.
Declaration
public const EntityPublishHelper.PublishSaveState Update
Field Value
Type | Description |
---|---|
EntityPublishHelper.PublishSaveState |
value__
The state of the PublishHelper
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)