Table of Contents

Class PresentAccess

Namespace
Hi.MachiningSteps
Assembly
HiMech.dll

Provides a value accessor bound with its PresentAttribute metadata.

public class PresentAccess
Inheritance
PresentAccess
Inherited Members
Extension Methods

Constructors

PresentAccess(PresentAttribute, Func<object, object>)

Initializes a new instance of the PresentAccess class.

public PresentAccess(PresentAttribute present, Func<object, object> getFunc)

Parameters

present PresentAttribute

The presentation metadata.

getFunc Func<object, object>

The accessor delegate that retrieves the value.

Properties

GetValueFunc

Gets or sets the accessor delegate used to retrieve the value.

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

Property Value

Func<object, object>

Present

Gets or sets the presentation metadata.

public PresentAttribute Present { get; set; }

Property Value

PresentAttribute