C# Class Lex.Db.WebEntities.SampleDbContext

There are no comments for SampleDbContext in the schema.
Inheritance: global::System.Data.Services.Client.DataServiceContext
显示文件 Open project: demigor/lex.db.sync

Private Properties

Property Type Description
AddToCompanies void
AddToDeletedItems void
AddToPeople void
OnContextCreated void
ResolveNameFromType string
ResolveTypeFromName global::System.Type
SampleDbContext

Public Methods

Method Description
SampleDbContext ( ) : System

Private Methods

Method Description
AddToCompanies ( Company company ) : void
AddToDeletedItems ( DeletedItem deletedItem ) : void
AddToPeople ( Person person ) : void
OnContextCreated ( ) : void
ResolveNameFromType ( global clientType ) : string
ResolveTypeFromName ( string typeName ) : global::System.Type
SampleDbContext ( global serviceRoot )

Method Details

SampleDbContext() public method

public SampleDbContext ( ) : System
return System