C# Класс SuperMap.Web.Design.Common.MetadataRegistrationBase

MetadataRegistration class.
Показать файл Открыть проект

Защищенные методы

Метод Описание
AddAttributes ( AttributeTableBuilder builder ) : void

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

BuildAttributeTable ( ) : AttributeTable

Build design time metadata attribute table.

Приватные методы

Метод Описание
AddDescriptions ( AttributeTableBuilder builder ) : void

Create description attribute from run time assembly xml file.

AddTables ( AttributeTableBuilder builder ) : void

Find all AttributeTableBuilder subclasses in the assembly and add their attributes to the assembly attribute table.

ParseDescription ( System.Xml.Linq.XElement member ) : string

Create description string from xml doc summary tag.

Описание методов

AddAttributes() защищенный Метод

Provide a place to add custom attributes without creating a AttributeTableBuilder subclass.
protected AddAttributes ( AttributeTableBuilder builder ) : void
builder AttributeTableBuilder The assembly attribute table builder.
Результат void

BuildAttributeTable() защищенный Метод

Build design time metadata attribute table.
protected BuildAttributeTable ( ) : AttributeTable
Результат AttributeTable