Click or drag to resize

InstanceContext Class

The instance context used for EDI validation
Inheritance Hierarchy
SystemObject
  EdiFabric.Core.Model.EdiInstanceContext

Namespace: EdiFabric.Core.Model.Edi
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public sealed class InstanceContext

The InstanceContext type exposes the following members.

Constructors
 NameDescription
Public methodInstanceContext(Object) Initializes a new instance of the InstanceContext class.
Public methodInstanceContext(Object, FuncType, ListPosProperty, FuncPropertyInfo, ListValidationAttribute) Initializes a new instance of the InstanceContext class.
Top
Properties
 NameDescription
Public propertyInstance The instance.
Public propertyParent The parent.
Public propertyProperty The property info for the instance.
Top
See Also