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
EntryDate
DateOnly EntryDate { get; set; }
Property Value
Properties
IManualCalendarEntryProperties Properties { get; }
Property Value
Title
string Title { get; set; }
Property Value
VisibleToEveryone
bool VisibleToEveryone { get; set; }