C# Class Testing.AddressType

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: jonfazzaro/meddle Class Usage Examples

Private Properties

Свойство Type Description
OnAddressTypeIDChanged void
OnAddressTypeIDChanging void
OnModifiedDateChanged void
OnModifiedDateChanging void
OnNameChanged void
OnNameChanging void
OnrowguidChanged void
OnrowguidChanging void

Méthodes publiques

Méthode Description
CreateAddressType ( global addressTypeID, global name, global rowguid, global modifiedDate ) : AddressType

Create a new AddressType object.

Private Methods

Méthode Description
OnAddressTypeIDChanged ( ) : void
OnAddressTypeIDChanging ( global value ) : void
OnModifiedDateChanged ( ) : void
OnModifiedDateChanging ( global value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void
OnrowguidChanged ( ) : void
OnrowguidChanging ( global value ) : void

Method Details

CreateAddressType() public static méthode

Create a new AddressType object.
public static CreateAddressType ( global addressTypeID, global name, global rowguid, global modifiedDate ) : AddressType
addressTypeID global Initial value of the AddressTypeID property.
name global Initial value of the Name property.
rowguid global Initial value of the rowguid property.
modifiedDate global Initial value of the ModifiedDate property.
Résultat AddressType