Es sieht so aus, als hätte das Attribut [BsonIgnore] seine Aufgabe erfüllt.
public class GroceryList : MongoEntity<ObjectId>
{
public FacebookList Owner { get; set; }
[BsonIgnore]
public bool IsOwner { get; set; }
}
Es sieht so aus, als hätte das Attribut [BsonIgnore] seine Aufgabe erfüllt.
public class GroceryList : MongoEntity<ObjectId>
{
public FacebookList Owner { get; set; }
[BsonIgnore]
public bool IsOwner { get; set; }
}