C# Class SIP_Agent.Model.Phonebook

Inheritance: Crud, ICrud
Afficher le fichier Open project: anroots/SIP-Agent

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Load ( int EntryId ) : bool
EntryId int
Résultat bool

New() public méthode

Creates a new row in the database
public New ( ) : int
Résultat int

Phonebook() public méthode

Empty constructor
public Phonebook ( ) : System
Résultat System

Phonebook() public méthode

Create and load the model
public Phonebook ( int EntryId ) : System
EntryId int
Résultat System