Skip to content

Instantly share code, notes, and snippets.

@tdcbm
Last active April 24, 2018 04:03
Show Gist options
  • Save tdcbm/47ecbe9b33cae98fb7b4fbff6b2ab1ef to your computer and use it in GitHub Desktop.
Save tdcbm/47ecbe9b33cae98fb7b4fbff6b2ab1ef to your computer and use it in GitHub Desktop.
// For EpiShapes you set the status property to one of the following
// Type: Ice.Lib.Framework.StatusTypes
// Assembly: Ice.Lib.EpiClientLib, Version=3.1.600.0, Culture=neutral, PublicKeyToken=5d3fa3c7105d7992
// MVID: CE0EF58F-0E9E-4B1F-886A-690A0D759180
// Assembly location: C:\Epicor\ERP10.1Client\Client\Ice.Lib.EpiClientLib.dll
namespace Ice.Lib.Framework
{
public enum StatusTypes
{
OK,
Warning,
Stop,
Global,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment