C# 클래스 Cats.Models.Hubs.Receive

파일 보기 프로젝트 열기: edgecomputing/cats 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetReceiveByGRN ( string grnNo ) : Receive

Gets the receive by GRN.

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

Updates the specified inserted.

Validate ( ) : bool

Validates this instance.

메소드 상세

GetReceiveByGRN() 공개 정적인 메소드

Gets the receive by GRN.
public static GetReceiveByGRN ( string grnNo ) : Receive
grnNo string The GRN no.
리턴 Receive

Receive() 공개 메소드

public Receive ( ) : System
리턴 System

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() 공개 메소드

Validates this instance.
public Validate ( ) : bool
리턴 bool