C# Class SuperMap.Web.Controls.Design.MetadataRegistration

MetadataRegistration class.
Inheritance: SuperMap.Web.Controls.Design.Common.MetadataRegistrationBase, IProvideAttributeTable
Afficher le fichier Open project: SuperMap/iClient-for-Silverlight

Méthodes publiques

Méthode Description
MetadataRegistration ( ) : System

Design time metadata registration class.

Méthodes protégées

Méthode Description
AddAttributes ( AttributeTableBuilder builder ) : void

Provide a place to add custom attributes without creating a AttributeTableBuilder subclass.

Method Details

AddAttributes() protected méthode

Provide a place to add custom attributes without creating a AttributeTableBuilder subclass.
protected AddAttributes ( AttributeTableBuilder builder ) : void
builder AttributeTableBuilder The assembly attribute table builder.
Résultat void

MetadataRegistration() public méthode

Design time metadata registration class.
public MetadataRegistration ( ) : System
Résultat System