C# Класс BuildingCoder.CmdPurgeTextNoteTypes

Наследование: IExternalCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result

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

Метод Описание
GetUnusedTextNoteTypes ( Document doc ) : ICollection

Return all unused text note types by collecting all existing types in the document and removing the ones that are used afterwards.

GetUnusedTextNoteTypesExcluding ( Document doc ) : ICollection

Return all unused text note types by first determining all text note types in use and then collecting all the others using an exclusion filter.

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

Execute() публичный метод

public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
commandData ExternalCommandData
message string
elements ElementSet
Результат System.Result