C# 클래스 Invert.Core.GraphDesigner.ErrorInfoExtensions

파일 보기 프로젝트 열기: InvertGames/uFrame.Editor

공개 메소드들

메소드 설명
AddError ( this list, string message, IDataRecord record, System.Action autoFix = null ) : ErrorInfo
AddInfo ( this list, string message, string identifier = null, System.Action autoFix = null ) : ErrorInfo
AddWarning ( this list, string message, IDataRecord record, System.Action autoFix = null ) : ErrorInfo
AddWarning ( this list, string message, string identifier = null, System.Action autoFix = null ) : ErrorInfo

메소드 상세

AddError() 공개 정적인 메소드

public static AddError ( this list, string message, IDataRecord record, System.Action autoFix = null ) : ErrorInfo
list this
message string
record IDataRecord
autoFix System.Action
리턴 ErrorInfo

AddInfo() 공개 정적인 메소드

public static AddInfo ( this list, string message, string identifier = null, System.Action autoFix = null ) : ErrorInfo
list this
message string
identifier string
autoFix System.Action
리턴 ErrorInfo

AddWarning() 공개 정적인 메소드

public static AddWarning ( this list, string message, IDataRecord record, System.Action autoFix = null ) : ErrorInfo
list this
message string
record IDataRecord
autoFix System.Action
리턴 ErrorInfo

AddWarning() 공개 정적인 메소드

public static AddWarning ( this list, string message, string identifier = null, System.Action autoFix = null ) : ErrorInfo
list this
message string
identifier string
autoFix System.Action
리턴 ErrorInfo