Example #1
0
 public void EnsurePropertyExists(ISourceProperty property)
 {
     SourcePropertiesThatMustExist.Add(property);
 }
 public void EnsurePropertyDoesNotExist(ISourceProperty property)
 {
     SourcePropertiesThatMustNotExist.Add(property);
 }
Example #3
0
 public void EnsurePropertyDoesNotExist(ISourceProperty property)
 {
     SourcePropertiesThatMustNotExist.Add(property);
 }
 public void EnsurePropertyExists(ISourceProperty property)
 {
     SourcePropertiesThatMustExist.Add(property);
 }