Method | 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 |
public static FindDuplicateNames ( IEnumerable imodels ) : IEnumerable |
||
imodels | IEnumerable | |
return | IEnumerable |
public static ThrowOnDuplicateNames ( IEnumerable imodels ) : void | ||
imodels | IEnumerable | |
return | void |
public static TryAddCopySuffix ( IModel model ) : void | ||
model | IModel | |
return | void |