public Collection<Int32> getNodeTypeTabIds( Int32 NodeTypeId ) { return _CollImpl.getPks( "where nodetypeid = " + NodeTypeId.ToString() ); }
public Collection<Int32> getObjectClassPropIds() { return _CollImpl.getPks(); }
public Collection<Int32> getNodeTypePropIds( CswDateTime Date = null ) { return _CollImpl.getPks( Date ); }