Show / Hide Table of Contents

Interface IPublishedCarrier

Interface implemented by carriers having Published fields

Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public interface IPublishedCarrier

Properties

IsPublished

Publication is published

Declaration
bool IsPublished { get; set; }
Property Value
Type Description
Boolean

PublishEventDate

Publication event date

Declaration
DateTime PublishEventDate { get; set; }
Property Value
Type Description
DateTime

PublishFrom

Publication valid from (inclusive)

Declaration
DateTime PublishFrom { get; set; }
Property Value
Type Description
DateTime

PublishTo

Publication valid to (inclusive)

Declaration
DateTime PublishTo { get; set; }
Property Value
Type Description
DateTime
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top