C# Class TagTool.Serialization.TagStructureInfo

Utility class for analyzing a tag structure type's inheritance hierarchy.
Afficher le fichier Open project: TheGuardians/TagTool Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
Analyze ( Type mainType, DefinitionSet version ) : void
GetStructureAttribute ( Type type, DefinitionSet version ) : TagStructureAttribute

Method Details

TagStructureInfo() public méthode

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.
Résultat System

TagStructureInfo() public méthode

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.
Résultat System