C# Class SuperMap.Web.Design.MetadataRegistration

MetadataRegistration class.
Inheritance: SuperMap.Web.Design.Common.MetadataRegistrationBase, IProvideAttributeTable
Show file Open project: SuperMap/iClient-for-Silverlight

Public Methods

Method Description
MetadataRegistration ( ) : System

Design time metadata registration class.

Protected Methods

Method Description
AddAttributes ( AttributeTableBuilder builder ) : void

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

Method Details

AddAttributes() protected method

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

MetadataRegistration() public method

Design time metadata registration class.
public MetadataRegistration ( ) : System
return System