C# 클래스 SuperMap.Web.Design.Common.MetadataRegistrationBase

MetadataRegistration class.
파일 보기 프로젝트 열기: SuperMap/iClient-for-Silverlight

보호된 메소드들

메소드 설명
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