C# Class RpgToolsEditor.Controls.IModelExtensions

Afficher le fichier Open project: Pychnight/TshockRpgToolKit

Méthodes publiques

Méthode Description
FindDuplicateNames ( IEnumerable imodels ) : IEnumerable

Used to find duplicate names, and allow calling code to take actions to guard against overwriting data.

ThrowOnDuplicateNames ( IEnumerable imodels ) : void

Throw an Exception if duplicate names are found.

TryAddCopySuffix ( IModel model ) : void

Method Details

FindDuplicateNames() public static méthode

Used to find duplicate names, and allow calling code to take actions to guard against overwriting data.
public static FindDuplicateNames ( IEnumerable imodels ) : IEnumerable
imodels IEnumerable
Résultat IEnumerable

ThrowOnDuplicateNames() public static méthode

Throw an Exception if duplicate names are found.
public static ThrowOnDuplicateNames ( IEnumerable imodels ) : void
imodels IEnumerable
Résultat void

TryAddCopySuffix() public static méthode

public static TryAddCopySuffix ( IModel model ) : void
model IModel
Résultat void