Skip to content

Commit 65d3dab

Browse files
committed
Add CheckAccess property to ScalarObject class
1 parent 927ce4f commit 65d3dab

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Samples.Engine/Pipeline/ScalarObject.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,7 @@ public override ScalarObject MatchGet(ObjectIdentifier id)
9292
{
9393
return Id == id ? this : null;
9494
}
95+
96+
public bool CheckAccess { get; set; } = false;
9597
}
9698
}

0 commit comments

Comments
 (0)