C# Class FT.Data.Section

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

Private Properties

Свойство Type Description
OnNumberChanged void
OnNumberChanging void
OnParagraphIdChanged void
OnParagraphIdChanging void
OnSectionIdChanged void
OnSectionIdChanging void
OnTextChanged void
OnTextChanging void

Méthodes publiques

Méthode Description
CreateSection ( global sectionId ) : Section

Create a new Section object.

Private Methods

Méthode Description
OnNumberChanged ( ) : void
OnNumberChanging ( Nullable value ) : void
OnParagraphIdChanged ( ) : void
OnParagraphIdChanging ( Nullable value ) : void
OnSectionIdChanged ( ) : void
OnSectionIdChanging ( global value ) : void
OnTextChanged ( ) : void
OnTextChanging ( global value ) : void

Method Details

CreateSection() public static méthode

Create a new Section object.
public static CreateSection ( global sectionId ) : Section
sectionId global Initial value of the SectionId property.
Résultat Section