C# 클래스 DRMFSS.BLL.Dispatch

This is a partial class to the Dispatch entity
파일 보기 프로젝트 열기: edgecomputing/cats-hub-module 1 사용 예제들

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