Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
コード例 #1
0
ファイル: Feed.cs プロジェクト: friism/folketsting
        public FeedEvent(Speaker speaker)
        {
            var thelaw = speaker.Law;

            this.date = speaker.Law.Proposed.Value;
            this.BodyText = thelaw.Summary.PresentText(200);

            this.ActionUrl = thelaw.DetailsLink();
            this.ActionText = "Blev ordfører for " + thelaw.ShortName.PresentText(35);
        }
コード例 #2
0
ファイル: DB.designer.cs プロジェクト: friism/folketsting
 partial void DeleteSpeaker(Speaker instance);
コード例 #3
0
ファイル: DB.designer.cs プロジェクト: friism/folketsting
 partial void UpdateSpeaker(Speaker instance);
コード例 #4
0
ファイル: DB.designer.cs プロジェクト: friism/folketsting
 partial void InsertSpeaker(Speaker instance);
コード例 #5
0
ファイル: DB.designer.cs プロジェクト: friism/folketsting
 private void detach_Speakers(Speaker entity)
 {
     this.SendPropertyChanging();
     entity.Politician = null;
 }
コード例 #6
0
ファイル: DB.designer.cs プロジェクト: friism/folketsting
 private void attach_Speakers(Speaker entity)
 {
     this.SendPropertyChanging();
     entity.Law = this;
 }