C# Class Southwind.Entities.PersonEntity

Inheritance: CustomerEntity
Datei anzeigen Open project: signumsoftware/southwind

Private Properties

Property Type Description
PersonEntity System

Public Methods

Method Description
EntityIntegrityCheck ( ) : Dictionary>
ToString ( ) : string

Protected Methods

Method Description
PostRetrieving ( ) : void
PreSaving ( bool &graphModified ) : void

Private Methods

Method Description
PersonEntity ( ) : System

Method Details

EntityIntegrityCheck() public method

public EntityIntegrityCheck ( ) : Dictionary>
return Dictionary>

PostRetrieving() protected method

protected PostRetrieving ( ) : void
return void

PreSaving() protected method

protected PreSaving ( bool &graphModified ) : void
graphModified bool
return void

ToString() public method

public ToString ( ) : string
return string