Table of Contents

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 PresentAttribute
getFunc Func<object, object>

Properties

GetValueFunc

public Func<object, object> GetValueFunc { get; set; }

Property Value

Func<object, object>

Present

public PresentAttribute Present { get; set; }

Property Value

PresentAttribute