| InstanceContext(Object, FuncType, ListPosProperty, FuncPropertyInfo, ListValidationAttribute) Constructor |
Namespace: EdiFabric.Core.Model.EdiAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public InstanceContext(
Object instance,
Func<Type, List<PosProperty>> getSortedProperties,
Func<PropertyInfo, List<ValidationAttribute>> getPropertyValidationAttributes
)
Public Sub New (
instance As Object,
getSortedProperties As Func(Of Type, List(Of PosProperty)),
getPropertyValidationAttributes As Func(Of PropertyInfo, List(Of ValidationAttribute))
)
Parameters
- instance Object
- An instance.
- getSortedProperties FuncType, ListPosProperty
- The list of sorted properties for the instance.
- getPropertyValidationAttributes FuncPropertyInfo, ListValidationAttribute
- The validation cache.
See Also