C# Class Rock.Model.RestControllerService

Service/Data access class for Rock.Model.RestControllerService entity objects.
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

RegisterControllers() public static méthode

Registers the controllers.
public static RegisterControllers ( ) : void
Résultat void