예제 #1
0
 ///<summary>
 /// Returns all data objects that have a property of the specified type where
 /// the property value is this data object
 ///</summary>
 ///<param name="type">The property type</param>
 ///<returns>An enumeration of data object values</returns>
 public IEnumerable <IDataObject> GetInverseOf(IDataObject type)
 {
     return(_store.GetInverseOf(this, type));
 }