INamedDataFileObject<TObject> Properties

Properties

Children Enumerates the children of the object.
(Inherited from IDataObject<TObject>)
ElementType Gets the element type of the object.
(Inherited from IDataObject<TObject>)
HasChildren Gets whether the object has children.
(Inherited from IDataObject<TObject>)
IsDataFrame Gets whether the object can be converted to a vector.
(Inherited from IDataObject<TObject>)
IsLoaded Gets whether the data for the object has been loaded.
(Inherited from IDataObject<TObject>)
IsMatrix Gets whether the object can be converted to a matrix.
(Inherited from IDataObject<TObject>)
IsVector Gets whether the object can be converted to a data frame.
(Inherited from IDataObject<TObject>)
Kind Gets the kind of object.
(Inherited from IDataObject<TObject>)
Name Gets the name of the object.
Value Gets the object's data value.
(Inherited from IDataObject<TObject>)

See Also