This commit is contained in:
@@ -819,4 +819,15 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
[Flags]
|
||||
public enum E_ROValueType : uint
|
||||
{
|
||||
All = 0,
|
||||
Text = 1,
|
||||
Table = 2,
|
||||
Graph = 4,
|
||||
Image = 8,
|
||||
Video = 16,
|
||||
Hologram = 32
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user