Click or drag to resize

EntitySchemaPropertyTEntity Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public EntitySchemaProperty(
	string name,
	Type type,
	EntityPropertyGetter<TEntity> getter,
	EntityPropertySetter<TEntity> setter
)

Parameters

name
Type: SystemString
The name of the property.
type
Type: SystemType
The type of the property.
getter
Type: AGI.Foundation.TrackingEntityPropertyGetterTEntity
A callback to get the value of the property.
setter
Type: AGI.Foundation.TrackingEntityPropertySetterTEntity
A callback to set the value of the property.
See Also