C# Class FT.Data.Speaker

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

Private Properties

Property Type Description
OnLawIdChanged void
OnLawIdChanging void
OnPoliticianIdChanged void
OnPoliticianIdChanging void
OnSpeakerIdChanged void
OnSpeakerIdChanging void

Public Methods

Method Description
CreateSpeaker ( global speakerId ) : Speaker

Create a new Speaker object.

Private Methods

Method Description
OnLawIdChanged ( ) : void
OnLawIdChanging ( Nullable value ) : void
OnPoliticianIdChanged ( ) : void
OnPoliticianIdChanging ( Nullable value ) : void
OnSpeakerIdChanged ( ) : void
OnSpeakerIdChanging ( global value ) : void

Method Details

CreateSpeaker() public static method

Create a new Speaker object.
public static CreateSpeaker ( global speakerId ) : Speaker
speakerId global Initial value of the SpeakerId property.
return Speaker