Click or drag to resize

UserDataProviderAttribute Class

This Attribute marks a class as an importable EasyMap UserDataProvider.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    System.ComponentModel.CompositionExportAttribute
      Easymap.AddIn.Data.ProviderUserDataProviderAttribute

Namespace: Easymap.AddIn.Data.Provider
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class UserDataProviderAttribute : ExportAttribute, 
	IAddInDescription

The UserDataProviderAttribute type exposes the following members.

Constructors
 NameDescription
Public methodUserDataProviderAttribute Initializes a new instance of the UserDataProviderAttrbute class.
Top
Properties
 NameDescription
Public propertyDescription Description of the UserDataProvider
Public propertyName Name of a UserDataProvider
Top
Remarks
It implements System.ComponentMode.Composition.ExportAttribute. For more information about custom DataProviders UserDataProvider.
See Also