Class InstanceDataCommentCategory
Represents an instance data comment category
Inheritance
System.Object
InstanceDataCommentCategory
Namespace: Simplic.Framework.Extension
Assembly: Simplic.Framework.Extension.dll
Syntax
public class InstanceDataCommentCategory : ICacheable
Properties
| Improve this Doc View SourceColor
Gets or sets the category color
Declaration
public string Color { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Id
Gets or sets the category id
Declaration
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Key
Gets the cache id
Declaration
public string Key { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Gets or sets the category name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
StackGuid
Gets or sets the stack of the category
Declaration
public Guid StackGuid { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Methods
| Improve this Doc View SourceEquals(Object)
Equals
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | obj |
Returns
| Type | Description |
|---|---|
| System.Boolean |
GetHashCode()
Return hashcode of the id as hash code
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |
OnRemove()
Remove - does nothing here
Declaration
public void OnRemove()