mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-15 20:54:58 +00:00
Adding Hidden item to ePropertyType enum
This commit is contained in:
@@ -12,6 +12,7 @@ namespace ICD.Common.Attributes.Properties
|
|||||||
public enum ePropertyType
|
public enum ePropertyType
|
||||||
{
|
{
|
||||||
[PublicAPI] Default,
|
[PublicAPI] Default,
|
||||||
|
[PublicAPI] Hidden,
|
||||||
[PublicAPI] PortId,
|
[PublicAPI] PortId,
|
||||||
[PublicAPI] DeviceId,
|
[PublicAPI] DeviceId,
|
||||||
[PublicAPI] Ipid,
|
[PublicAPI] Ipid,
|
||||||
|
|||||||
Reference in New Issue
Block a user