Class PresentAccess
- Namespace
- Hi.MachiningSteps
- Assembly
- HiMech.dll
public class PresentAccess
- Inheritance
-
PresentAccess
- Inherited Members
- Extension Methods
Constructors
PresentAccess(PresentAttribute, Func<object, object>)
public PresentAccess(PresentAttribute present, Func<object, object> getFunc)
Parameters
present
PresentAttributegetFunc
Func<object, object>
Properties
GetValueFunc
public Func<object, object> GetValueFunc { get; set; }
Property Value
Present
public PresentAttribute Present { get; set; }