Ejemplo n.º 1
0
 /// <summary>Retrieve the <c>type</c> attribute of the property</summary>
 public static IAttribute Type(this IProperty_Base item)
 {
     return(item.Attribute("type"));
 }
Ejemplo n.º 2
0
 /// <summary>Retrieve the <c>is_null</c> attribute of the property</summary>
 public static IAttribute IsNull(this IProperty_Base item)
 {
     return(item.Attribute("is_null"));
 }
Ejemplo n.º 3
0
 /// <summary>Retrieve the <c>keyed_name</c> attribute of the property</summary>
 public static IAttribute KeyedName(this IProperty_Base item)
 {
     return(item.Attribute("keyed_name"));
 }
Ejemplo n.º 4
0
 /// <summary>Retrieve the <c>condition</c> attribute of the property</summary>
 public static IAttribute Condition(this IProperty_Base item)
 {
     return(item.Attribute("condition"));
 }