C# Class Testing.ContactType

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

Private Properties

Property Type Description
OnContactTypeIDChanged void
OnContactTypeIDChanging void
OnModifiedDateChanged void
OnModifiedDateChanging void
OnNameChanged void
OnNameChanging void

Public Methods

Method Description
CreateContactType ( global contactTypeID, global name, global modifiedDate ) : ContactType

Create a new ContactType object.

Private Methods

Method Description
OnContactTypeIDChanged ( ) : void
OnContactTypeIDChanging ( global value ) : void
OnModifiedDateChanged ( ) : void
OnModifiedDateChanging ( global value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void

Method Details

CreateContactType() public static method

Create a new ContactType object.
public static CreateContactType ( global contactTypeID, global name, global modifiedDate ) : ContactType
contactTypeID global Initial value of the ContactTypeID property.
name global Initial value of the Name property.
modifiedDate global Initial value of the ModifiedDate property.
return ContactType