AdmContentBuilder Class

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Represents the process of building the contents of an ADM file.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability.Adm
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
PublicClassAdmContentBuilder
publicclassAdmContentBuilder
publicref classAdmContentBuilder
publicclass AdmContentBuilder

Remarks

During the building process categories and policies are started and ended: several levels of nested categories can be started, but only one level of policies are allowed. When a category or policy is started, it becomes the current until it is ended. Parts are added to the current policy; parts are not started and stopped.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability.Adm.AdmContentBuilder

See Also

AdmContentBuilder Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability.Adm Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.