C# 클래스 SIP_Agent.Model.Company

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

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