C# Class FT.Data.LawChapter

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

Private Properties

Свойство Type Description
OnLawChapterIdChanged void
OnLawChapterIdChanging void
OnLawIdChanged void
OnLawIdChanging void
OnNumberChanged void
OnNumberChanging void
OnStageChanged void
OnStageChanging void
OnTitelChanged void
OnTitelChanging void

Méthodes publiques

Méthode Description
CreateLawChapter ( global lawChapterId ) : LawChapter

Create a new LawChapter object.

Private Methods

Méthode 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 méthode

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