C# Class SIP_Agent.Model.Phonebook

Inheritance: Crud, ICrud
显示文件 Open project: anroots/SIP-Agent

Private Properties

Property Type Description

Public Methods

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

Method Details

Load() public method

public Load ( int EntryId ) : bool
EntryId int
return bool

New() public method

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

Phonebook() public method

Empty constructor
public Phonebook ( ) : System
return System

Phonebook() public method

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