C# Class Epiworx.Data.EntityFramework.SourceType

Inheritance: System.Data.Objects.DataClasses.EntityObject
Mostra file Open project: mattruma/epiworx-csla Class Usage Examples

Private Properties

Property Type Description
OnCreatedDateChanged void
OnCreatedDateChanging void
OnNameChanged void
OnNameChanging void
OnSourceTypeIdChanged void
OnSourceTypeIdChanging void

Public Methods

Method Description
CreateSourceType ( global sourceTypeId, global name, global createdDate ) : SourceType

Create a new SourceType object.

Private Methods

Method Description
OnCreatedDateChanged ( ) : void
OnCreatedDateChanging ( global value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void
OnSourceTypeIdChanged ( ) : void
OnSourceTypeIdChanging ( global value ) : void

Method Details

CreateSourceType() public static method

Create a new SourceType object.
public static CreateSourceType ( global sourceTypeId, global name, global createdDate ) : SourceType
sourceTypeId global Initial value of the SourceTypeId property.
name global Initial value of the Name property.
createdDate global Initial value of the CreatedDate property.
return SourceType