Exemplo n.º 1
0
 static public IEnumerable <SolidObjectProperty> GetSolidObjectPropertys(this SolidObject item)
 {
     return(SOLID_OBJECT_PROPERTYS.Fetch(item.GetType()).Values);
 }
Exemplo n.º 2
0
 static public SolidObjectPrimaryKey GetSolidObjectPrimaryKey(this SolidObject item)
 {
     return(SOLID_OBJECT_PRIMARY_KEY.Fetch(item.GetType()));
 }
Exemplo n.º 3
0
 static public SolidObjectTable GetSolidObjectTable(this SolidObject item)
 {
     return(SOLID_OBJECT_TABLE.Fetch(item.GetType()));
 }