check point
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Hawkeye.VisionBuilder.Workflow.Operations.Attributes;
|
||||
|
||||
[AttributeUsage(AttributeTargets.Property)]
|
||||
public class RestrictReferenceAttribute:Attribute
|
||||
{
|
||||
public RestrictReferenceAttribute(Type type)
|
||||
{
|
||||
Type = type;
|
||||
}
|
||||
|
||||
public Type Type { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user