DataDatabase Class |
Namespace: Lumiscaphe.Workshop.Interop
The DataDatabase type exposes the following members.
Name | Description | |
---|---|---|
DataDatabase | Initializes a new instance of the DataDatabase class |
Name | Description | |
---|---|---|
Backgrounds |
Gets the list of backgrounds in the database.
| |
DCConfiguration |
Gets the 3DCommerce configuration.
| |
Filename |
Gets the name of the file used in the Load(String, ExtraDataIntrospection) method.
| |
HasDCConfiguration |
Gets a value indicating whether this instance has configuration.
| |
HasTimelineModel |
Gets a value indicating whether this instance has a timeline model that contains animations.
| |
Id |
Gets the identifier of the database.
| |
IsDisposed |
Gets a value indicating whether this instance is disposed.
| |
Materials |
Gets the list of materials in the database.
| |
Name |
Gets the name of the database.
| |
Overlays |
Gets the list of overlays in the database.
| |
PostProcesses |
Gets the list of post processes in the database.
| |
Products |
Gets the list of products in the database.
| |
RootCameraGroup |
Gets the root camera group.
| |
Sensors |
Gets the list of sensors in the database.
| |
Size |
Gets the size of the database file in byte.
| |
Surfaces |
Gets the list of surfaces in the database.
| |
TimelineModel |
Gets the timeline model that contains animations.
|
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the DataDatabase | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Load(String, ExtraDataIntrospection) |
Loads the specified filename.
| |
Load(String, ExtraDataIntrospection, PatchworkEdition) |
Loads the specified filename.
| |
ProductByKey |
Gets the product identified by the DataProduct.Id.
| |
ProductByName |
Gets the product identified by the DataProduct.Id.
| |
ToString |
Format the DataDatabase to a String.
(Overrides ObjectToString.) |