C# Class SIP_Agent.Model.Company

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Company ( ) : System

Empty constructor

Company ( int companyId ) : System

Create and load the model

FindAll ( int Limit ) : IQueryable

Find all non-deleted rows

Load ( int CompanyId ) : bool

Load the model with data (row from the DB)

New ( ) : int

Creates a new row in the database

Method Details

Company() public méthode

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

Company() public méthode

Create and load the model
public Company ( int companyId ) : System
companyId int
Résultat System

FindAll() public méthode

Find all non-deleted rows
public FindAll ( int Limit ) : IQueryable
Limit int Max number of rows to return
Résultat IQueryable

Load() public méthode

Load the model with data (row from the DB)
public Load ( int CompanyId ) : bool
CompanyId int
Résultat bool

New() public méthode

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