コード例 #1
0
ファイル: ISourceClass.cs プロジェクト: uQr/Visual-NHibernate
 public void EnsurePropertyExists(ISourceProperty property)
 {
     SourcePropertiesThatMustExist.Add(property);
 }
コード例 #2
0
 public void EnsurePropertyDoesNotExist(ISourceProperty property)
 {
     SourcePropertiesThatMustNotExist.Add(property);
 }
コード例 #3
0
ファイル: ISourceClass.cs プロジェクト: uQr/Visual-NHibernate
 public void EnsurePropertyDoesNotExist(ISourceProperty property)
 {
     SourcePropertiesThatMustNotExist.Add(property);
 }
コード例 #4
0
 public void EnsurePropertyExists(ISourceProperty property)
 {
     SourcePropertiesThatMustExist.Add(property);
 }