Map Business Online SDK
Metadata Constructor

MBO Namespace > Metadata Class : Metadata Constructor
Entity (object) type. For plug-in this can be any string that uniquely identifies an entity in the application the plug-in connects to.
Entity display name in singular form. For example: Contact, if you are plotting contacts.
Entity display name in plural form. For example: Contacts.
Initializes new instance of the Metadata class with entity type and entity display name in both singular and plural forms.
Syntax
'Declaration
 
Public Function New( _
   ByVal type As String, _
   ByVal displayName As String, _
   ByVal pluralDisplayName As String _
)

Parameters

type
Entity (object) type. For plug-in this can be any string that uniquely identifies an entity in the application the plug-in connects to.
displayName
Entity display name in singular form. For example: Contact, if you are plotting contacts.
pluralDisplayName
Entity display name in plural form. For example: Contacts.
See Also

Reference

Metadata Class
Metadata Members