Class EntryCategory
Defines the wether the history entry as internal entry as a user defined entry.
Inheritance
System.Object
EntryCategory
Namespace: Syncfusion.Blazor.Diagrams
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class EntryCategory : Enum
Remarks
The below code snippet is an example to set the EntryCategory to External |
Examples
HistoryEntry Entry = new HistoryEntry() {
BlazorHistoryEntryType = HistoryEntryType.Object, Category = EntryCategory.External
};
Diagram.AddCustomHistoryEntry(Entry);
Fields
External
Sets the entry category as external
Declaration
public const EntryCategory External
Field Value
Type | Description |
---|---|
EntryCategory |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |