コード例 #1
0
 public LabelInstanceConsistencyExpression(LabelInstance labelInstance)
 {
     this.labelInstance = labelInstance;
 }
コード例 #2
0
ファイル: Divan.designer.cs プロジェクト: hessamb/Divan
 partial void DeleteLabelInstance(LabelInstance instance);
コード例 #3
0
ファイル: Divan.designer.cs プロジェクト: hessamb/Divan
 partial void UpdateLabelInstance(LabelInstance instance);
コード例 #4
0
ファイル: Divan.designer.cs プロジェクト: hessamb/Divan
 partial void InsertLabelInstance(LabelInstance instance);
コード例 #5
0
ファイル: Divan.designer.cs プロジェクト: hessamb/Divan
		private void detach_LabelInstances(LabelInstance entity)
		{
			this.SendPropertyChanging();
			entity.Asset = null;
		}
コード例 #6
0
ファイル: Divan.designer.cs プロジェクト: hessamb/Divan
		private void attach_LabelInstances(LabelInstance entity)
		{
			this.SendPropertyChanging();
			entity.Label = this;
		}