C# 클래스 j64.AlarmServer.Web.Repository.AlarmSystemRepository

파일 보기 프로젝트 열기: joejarvis64/j64.AlarmServer 1 사용 예제들

공개 메소드들

메소드 설명
Get ( ) : AlarmSystem

Get the current alarm system info

Save ( AlarmSystem alarmSystem ) : void

Save a copy of the updates alarm info

메소드 상세

Get() 공개 정적인 메소드

Get the current alarm system info
public static Get ( ) : AlarmSystem
리턴 AlarmSystem

Save() 공개 정적인 메소드

Save a copy of the updates alarm info
public static Save ( AlarmSystem alarmSystem ) : void
alarmSystem AlarmSystem
리턴 void