C# Class Epiworx.Data.EntityFramework.SourceType

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: mattruma/epiworx-csla Class Usage Examples

Private Properties

Свойство Type Description
OnCreatedDateChanged void
OnCreatedDateChanging void
OnNameChanged void
OnNameChanging void
OnSourceTypeIdChanged void
OnSourceTypeIdChanging void

Méthodes publiques

Méthode Description
CreateSourceType ( global sourceTypeId, global name, global createdDate ) : SourceType

Create a new SourceType object.

Private Methods

Méthode Description
OnCreatedDateChanged ( ) : void
OnCreatedDateChanging ( global value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void
OnSourceTypeIdChanged ( ) : void
OnSourceTypeIdChanging ( global value ) : void

Method Details

CreateSourceType() public static méthode

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.
Résultat SourceType