ImportLocationAdviceInstance Constructor |
Name | Description | |
---|---|---|
ImportLocationAdviceInstance(FieldInfo, LocationInfo) |
Initializes a new instance of the ImportLocationAdviceInstance class and specifies which field or property should be imported by giving its reflection representation.
| |
ImportLocationAdviceInstance(FieldInfo, String, Boolean, ImportMemberOrder) |
Initializes a new instance of the ImportLocationAdviceInstance class and specifies the name of the property to be imported; the type of this
property will be matched according to the type of the aspect field.
| |
ImportLocationAdviceInstance(FieldInfo, String[], Boolean, ImportMemberOrder) |
Initializes a new instance of the ImportLocationAdviceInstance class and specifies the name of the property to be imported; the type of this
property will be matched according to the type of the aspect field.
|