C# 클래스 SIP_Agent.Model.Phonebook

상속: Crud, ICrud
파일 보기 프로젝트 열기: anroots/SIP-Agent

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Load ( int EntryId ) : bool

New ( ) : int

Creates a new row in the database

Phonebook ( ) : System

Empty constructor

Phonebook ( int EntryId ) : System

Create and load the model

메소드 상세

Load() 공개 메소드

public Load ( int EntryId ) : bool
EntryId int
리턴 bool

New() 공개 메소드

Creates a new row in the database
public New ( ) : int
리턴 int

Phonebook() 공개 메소드

Empty constructor
public Phonebook ( ) : System
리턴 System

Phonebook() 공개 메소드

Create and load the model
public Phonebook ( int EntryId ) : System
EntryId int
리턴 System