C# Класс SIP_Agent.Model.Company

Наследование: Crud, ICrud
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

Company() публичный Метод

Empty constructor
public Company ( ) : System
Результат System

Company() публичный Метод

Create and load the model
public Company ( int companyId ) : System
companyId int
Результат System

FindAll() публичный Метод

Find all non-deleted rows
public FindAll ( int Limit ) : IQueryable
Limit int Max number of rows to return
Результат IQueryable

Load() публичный Метод

Load the model with data (row from the DB)
public Load ( int CompanyId ) : bool
CompanyId int
Результат bool

New() публичный Метод

Creates a new row in the database
public New ( ) : int
Результат int