e.g.:
Name = "Stückzahl", Type="Int"
Name = "Int", Type="Null"
class head:
[DebuggerDisplay("Name = {Name}, Type={null==Type?\"Null\":Type.Name}")]
public class DbAttribute
{
public Guid DbAttributeId { get; set; }
public string Name { get; set; }
public DbAttribute Type { get; set; }
No comments:
Post a Comment