C# Класс DRMFSS.BLL.Dispatch

This is a partial class to the Dispatch entity
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Dispatch ( ) : System
GetSMSText ( ) : string

Gets the SMS text.

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

Updates the specified inserted.

Validate ( ) : bool

Описание методов

Dispatch() публичный Метод

public Dispatch ( ) : System
Результат System

GetSMSText() публичный Метод

Gets the SMS text.
public GetSMSText ( ) : string
Результат string

Update() публичный Метод

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.
Результат void

Validate() публичный Метод

public Validate ( ) : bool
Результат bool