C# Class PRTools.Data.AddressType

Inheritance: System.Data.Objects.DataClasses.EntityObject
Show file Open project: AcklenAvenue/PRTools Class Usage Examples

Private Properties

Property Type Description
OnAddressTypeKeyChanged void
OnAddressTypeKeyChanging void
OnNameChanged void
OnNameChanging void

Public Methods

Method Description
CreateAddressType ( global addressTypeKey, global name ) : AddressType

Create a new AddressType object.

Private Methods

Method Description
OnAddressTypeKeyChanged ( ) : void
OnAddressTypeKeyChanging ( global value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void

Method Details

CreateAddressType() public static method

Create a new AddressType object.
public static CreateAddressType ( global addressTypeKey, global name ) : AddressType
addressTypeKey global Initial value of the AddressTypeKey property.
name global Initial value of the Name property.
return AddressType