Click or drag to resize

InstanceContext(Object, FuncType, ListPosProperty, FuncPropertyInfo, ListValidationAttribute) Constructor

Initializes a new instance of the InstanceContext class.

Namespace: EdiFabric.Core.Model.Edi
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public InstanceContext(
	Object instance,
	Func<Type, List<PosProperty>> getSortedProperties,
	Func<PropertyInfo, List<ValidationAttribute>> getPropertyValidationAttributes
)

Parameters

instance  Object
An instance.
getSortedProperties  FuncType, ListPosProperty
The list of sorted properties for the instance.
getPropertyValidationAttributes  FuncPropertyInfo, ListValidationAttribute
The validation cache.
See Also