C# 클래스 SobekCM.Core.Message.EnableExtensionMessage

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add_Error ( string Error ) : void

Add an error to this message

메소드 상세

Add_Error() 공개 메소드

Add an error to this message
public Add_Error ( string Error ) : void
Error string Error text to add
리턴 void