'Declaration
Public Function New( _ ByVal type As String, _ ByVal displayName As String, _ ByVal pluralDisplayName As String _ )
public Metadata( string type, string displayName, string pluralDisplayName )
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.