C# Class FT.Data.LawChapter

Inheritance: System.Data.Objects.DataClasses.EntityObject
Mostra file Open project: friism/folketsting Class Usage Examples

Private Properties

Property Type Description
OnLawChapterIdChanged void
OnLawChapterIdChanging void
OnLawIdChanged void
OnLawIdChanging void
OnNumberChanged void
OnNumberChanging void
OnStageChanged void
OnStageChanging void
OnTitelChanged void
OnTitelChanging void

Public Methods

Method Description
CreateLawChapter ( global lawChapterId ) : LawChapter

Create a new LawChapter object.

Private Methods

Method Description
OnLawChapterIdChanged ( ) : void
OnLawChapterIdChanging ( global value ) : void
OnLawIdChanged ( ) : void
OnLawIdChanging ( Nullable value ) : void
OnNumberChanged ( ) : void
OnNumberChanging ( Nullable value ) : void
OnStageChanged ( ) : void
OnStageChanging ( Nullable value ) : void
OnTitelChanged ( ) : void
OnTitelChanging ( global value ) : void

Method Details

CreateLawChapter() public static method

Create a new LawChapter object.
public static CreateLawChapter ( global lawChapterId ) : LawChapter
lawChapterId global Initial value of the LawChapterId property.
return LawChapter