Example #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"));
 }
Example #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"));
 }
Example #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"));
 }
Example #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"));
 }