C# 클래스 Rock.Model.RestControllerService

Service/Data access class for Rock.Model.RestControllerService entity objects.
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
GetGuid ( int id ) : Guid?

Gets the Guid for the RestController that has the specified Id

RegisterControllers ( ) : void

Registers the controllers.

메소드 상세

GetGuid() 공개 메소드

Gets the Guid for the RestController that has the specified Id
public GetGuid ( int id ) : Guid?
id int The identifier.
리턴 Guid?

RegisterControllers() 공개 정적인 메소드

Registers the controllers.
public static RegisterControllers ( ) : void
리턴 void