C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
CPPCli::NewBookmark Class Reference

The NewBookmark class represents a new bookmark. More...

#include <NewBookmark.h>

Public Member Functions

 NewBookmark ()
 Default constructor. More...
 
 NewBookmark (VxSdk::VxNewBookmark *vxNewBookmark)
 Constructor. More...
 

Package Attributes

VxSdk::VxNewBookmark_newBookmark
 

Properties

System::String^  DataSourceId [get, set]
 Gets or sets the unique identifier of the data source. More...
 
System::String^  Description [get, set]
 Gets or sets the description of the bookmark. More...
 
System::String^  Name [get, set]
 Gets or sets the friendly name of the bookmark. More...
 
System::DateTime Time [get, set]
 Gets or sets the time at which the point of interest occurred. More...
 

Detailed Description

The NewBookmark class represents a new bookmark.

Definition at line 12 of file NewBookmark.h.

Constructor & Destructor Documentation

CPPCli::NewBookmark::NewBookmark ( )
inline

Default constructor.

Definition at line 18 of file NewBookmark.h.

18  {
20  }
VxSdk::VxNewBookmark * _newBookmark
Definition: NewBookmark.h:71
CPPCli::NewBookmark::NewBookmark ( VxSdk::VxNewBookmark vxNewBookmark)
inline

Constructor.

Parameters
vxNewBookmarkThe new bookmark.

Definition at line 26 of file NewBookmark.h.

26  {
27  _newBookmark = vxNewBookmark;
28  }
VxSdk::VxNewBookmark * _newBookmark
Definition: NewBookmark.h:71

Member Data Documentation

VxSdk::VxNewBookmark* CPPCli::NewBookmark::_newBookmark
package

Definition at line 71 of file NewBookmark.h.

Property Documentation

System:: String^ CPPCli::NewBookmark::DataSourceId
getset

Gets or sets the unique identifier of the data source.

The unique identifier.

Definition at line 34 of file NewBookmark.h.

System:: String^ CPPCli::NewBookmark::Description
getset

Gets or sets the description of the bookmark.

The bookmark description.

Definition at line 44 of file NewBookmark.h.

System:: String^ CPPCli::NewBookmark::Name
getset

Gets or sets the friendly name of the bookmark.

The friendly name.

Definition at line 54 of file NewBookmark.h.

System:: DateTime CPPCli::NewBookmark::Time
getset

Gets or sets the time at which the point of interest occurred.

The time at which the point of interest occurred.

Definition at line 64 of file NewBookmark.h.


The documentation for this class was generated from the following file: