I have a class Post which is an Entity Framework model. It contains a property like this:
Post
public bool Showable { get { return this.Public
Unfortunately, the Entity Framework simply does not support computed properties (that is to say, a property that returns a computed value rather than a reference to a backing field) but it may be supported at a future date.