Table of Contents

Interface IManualCalendarEntry

Namespace
The.Components
Assembly
Instagile.dll
public interface IManualCalendarEntry : IEntity, IHasChanges
Inherited Members
Extension Methods

Properties

Description

string Description { get; set; }

Property Value

string

EntryDate

DateOnly EntryDate { get; set; }

Property Value

DateOnly

Properties

IManualCalendarEntryProperties Properties { get; }

Property Value

IManualCalendarEntryProperties

Title

string Title { get; set; }

Property Value

string

VisibleToEveryone

bool VisibleToEveryone { get; set; }

Property Value

bool