Skip to content

Instantly share code, notes, and snippets.

@trnktms
Created February 15, 2018 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trnktms/e1bdb48f83a30eaaabb803efdb953a49 to your computer and use it in GitHub Desktop.
Save trnktms/e1bdb48f83a30eaaabb803efdb953a49 to your computer and use it in GitHub Desktop.
namespace Helix.Skeleton.Foundation.EditorExtensions.Consts.CopyPage
{
public static class RuleAttributeKeys
{
public const string DatasourceKey = "DataSource";
public const string ActionKey = "action";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment