C# Class FT.Data.Section

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

Private Properties

Property Type Description
OnNumberChanged void
OnNumberChanging void
OnParagraphIdChanged void
OnParagraphIdChanging void
OnSectionIdChanged void
OnSectionIdChanging void
OnTextChanged void
OnTextChanging void

Public Methods

Method Description
CreateSection ( global sectionId ) : Section

Create a new Section object.

Private Methods

Method 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 method

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