C# Class Rock.Model.RestControllerService

Service/Data access class for Rock.Model.RestControllerService entity objects.
Mostrar archivo 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