IDToMFIdentiferConverter Constructor (Vault, Type) |
Constructor.
Namespace:
MFiles.VAF.Configuration.JsonMapping.Converters
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic IDToMFIdentiferConverter(
Vault vault,
Type type
)
Public Sub New (
vault As Vault,
type As Type
)
public:
IDToMFIdentiferConverter(
Vault^ vault,
Type^ type
)
Parameters
- vault
- Type: Vault
Vault which references should be resolved from. - type
- Type: SystemType
The type of structure element being IDed/Referenced.
See Also