Click or drag to resize

UserDataProviderAttribute Class

This Attribute marks a class as an importable EasyMap UserDataProvider.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Data.Provider
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.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