C# Class Storage.ORM.Client

Inheritance: System.Data.Objects.DataClasses.EntityObject
Mostrar archivo Open project: aokolity/Storage Class Usage Examples

Private Properties

Property Type Description
OnAddressChanged void
OnAddressChanging void
OnIDChanged void
OnIDChanging void
OnNameChanged void
OnNameChanging void
OnTelephoneChanged void
OnTelephoneChanging void
OnUserIDChanged void
OnUserIDChanging void

Public Methods

Method Description
CreateClient ( global id, global name, global telephone, global address, global userID ) : Client

Create a new Client object.

Private Methods

Method Description
OnAddressChanged ( ) : void
OnAddressChanging ( global value ) : void
OnIDChanged ( ) : void
OnIDChanging ( global value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void
OnTelephoneChanged ( ) : void
OnTelephoneChanging ( global value ) : void
OnUserIDChanged ( ) : void
OnUserIDChanging ( global value ) : void

Method Details

CreateClient() public static method

Create a new Client object.
public static CreateClient ( global id, global name, global telephone, global address, global userID ) : Client
id global Initial value of the ID property.
name global Initial value of the Name property.
telephone global Initial value of the Telephone property.
address global Initial value of the Address property.
userID global Initial value of the UserID property.
return Client