Interface IManualCalendarEntryProperties
- Namespace
- The.Components
- Assembly
- Instagile.dll
public interface IManualCalendarEntryProperties : IEntityProperties
- Inherited Members
Properties
Description
PrimitiveAttribute<string> Description { get; }
Property Value
EntryDate
PrimitiveAttribute<DateOnly> EntryDate { get; }
Property Value
Title
PrimitiveAttribute<string> Title { get; }
Property Value
VisibleToEveryone
PrimitiveAttribute<bool> VisibleToEveryone { get; }