C# Класс TagTool.Serialization.TagStructureInfo

Utility class for analyzing a tag structure type's inheritance hierarchy.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
TagStructureInfo ( Type structureType ) : System

Constructs a TagStructureInfo object which contains info about a tag structure type.

TagStructureInfo ( Type structureType, DefinitionSet version ) : System

Constructs a TagStructureInfo object which contains info about a tag structure type.

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

Метод Описание
Analyze ( Type mainType, DefinitionSet version ) : void
GetStructureAttribute ( Type type, DefinitionSet version ) : TagStructureAttribute

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

TagStructureInfo() публичный Метод

Constructs a TagStructureInfo object which contains info about a tag structure type.
public TagStructureInfo ( Type structureType ) : System
structureType System.Type The tag structure type to analyze.
Результат System

TagStructureInfo() публичный Метод

Constructs a TagStructureInfo object which contains info about a tag structure type.
public TagStructureInfo ( Type structureType, DefinitionSet version ) : System
structureType System.Type The tag structure type to analyze.
version DefinitionSet The engine version to compare attributes against.
Результат System