mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
Adding Hidden item to ePropertyType enum
This commit is contained in:
parent
f9d9de9597
commit
4efca6cefe
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue