Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Rock
Model
RestControllerService
C# Class Rock.Model.RestControllerService
Service/Data access class for
Rock.Model.RestControllerService
entity objects.
Mostra file
Open project: NewSpring/Rock
Class Usage Examples
Public Methods
Method
Description
GetGuid
(
int
id
) :
Guid?
Gets the Guid for the RestController that has the specified Id
RegisterControllers
( ) :
void
Registers the controllers.
Method Details
GetGuid()
public
method
Gets the Guid for the RestController that has the specified Id
public
GetGuid
(
int
id
) :
Guid?
id
int
The identifier.
return
Guid?
RegisterControllers()
public
static
method
Registers the controllers.
public
static
RegisterControllers
( ) :
void
return
void