C# 클래스 RpgToolsEditor.Controls.IModelExtensions

파일 보기 프로젝트 열기: Pychnight/TshockRpgToolKit

공개 메소드들

메소드 설명
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

메소드 상세

FindDuplicateNames() 공개 정적인 메소드

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
리턴 IEnumerable

ThrowOnDuplicateNames() 공개 정적인 메소드

Throw an Exception if duplicate names are found.
public static ThrowOnDuplicateNames ( IEnumerable imodels ) : void
imodels IEnumerable
리턴 void

TryAddCopySuffix() 공개 정적인 메소드

public static TryAddCopySuffix ( IModel model ) : void
model IModel
리턴 void