C# Class DRMFSS.BLL.Dispatch

This is a partial class to the Dispatch entity
Show file Open project: edgecomputing/cats-hub-module Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public Dispatch ( ) : System
return System

GetSMSText() public method

Gets the SMS text.
public GetSMSText ( ) : string
return string

Update() public method

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.
return void

Validate() public method

public Validate ( ) : bool
return bool