C# Class Cats.Models.Hubs.Dispatch

Afficher le fichier Open project: edgecomputing/cats Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Dispatch ( ) : System
GetSMSText ( ) : string

Gets the SMS text.

Update ( List inserted, List updated, List deleted ) : void

Updates the specified inserted.

Validate ( ) : bool

Method Details

Dispatch() public méthode

public Dispatch ( ) : System
Résultat System

GetSMSText() public méthode

Gets the SMS text.
public GetSMSText ( ) : string
Résultat string

Update() public méthode

Updates the specified inserted.
public Update ( List inserted, List updated, List deleted ) : void
inserted List The inserted.
updated List The updated.
deleted List The deleted.
Résultat void

Validate() public méthode

public Validate ( ) : bool
Résultat bool