GME
13
|
import "Meta.idl";
Public Member Functions | |
HRESULT | Open ([in] BSTR connection) |
HRESULT | Close () |
HRESULT | Create ([in] BSTR connection) |
HRESULT | BeginTransaction () |
HRESULT | CommitTransaction () |
HRESULT | AbortTransaction () |
HRESULT | DoFindObjectDisp ([in] metaref_type mref,[out, retval] IMgaMetaBase **p) |
HRESULT | SetNmspc ([in] BSTR pStr) |
HRESULT | GetNmspc ([out, retval] BSTR *pStr) |
Properties | |
VARIANT | GUID [get, set] |
BSTR | Name [get, set] |
BSTR | DisplayedName [get, set] |
BSTR | Version [get, set] |
BSTR | Author [get, set] |
BSTR | Comment [get, set] |
BSTR | CreatedAt [get, set] |
BSTR | ModifiedAt [get, set] |
IMgaMetaFolder | RootFolder [get] |
IMgaMetaBase | FindObject ([in] metaref_type mref) [get] |
HRESULT IMgaMetaProject::AbortTransaction | ( | ) |
HRESULT IMgaMetaProject::BeginTransaction | ( | ) |
HRESULT IMgaMetaProject::Close | ( | ) |
HRESULT IMgaMetaProject::CommitTransaction | ( | ) |
HRESULT IMgaMetaProject::Create | ( | [in] BSTR | connection | ) |
HRESULT IMgaMetaProject::DoFindObjectDisp | ( | [in] metaref_type | mref, |
[out, retval] IMgaMetaBase ** | p | ||
) |
HRESULT IMgaMetaProject::GetNmspc | ( | [out, retval] BSTR * | pStr | ) |
HRESULT IMgaMetaProject::Open | ( | [in] BSTR | connection | ) |
HRESULT IMgaMetaProject::SetNmspc | ( | [in] BSTR | pStr | ) |
BSTR IMgaMetaProject::Author [get, set] |
BSTR IMgaMetaProject::Comment [get, set] |
BSTR IMgaMetaProject::CreatedAt [get, set] |
BSTR IMgaMetaProject::DisplayedName [get, set] |
IMgaMetaBase IMgaMetaProject::FindObject([in] metaref_type mref) [get] |
VARIANT IMgaMetaProject::GUID [get, set] |
BSTR IMgaMetaProject::ModifiedAt [get, set] |
BSTR IMgaMetaProject::Name [get, set] |
BSTR IMgaMetaProject::Version [get, set] |