[This is preliminary documentation and is subject to change.]

Gets an empty metadata

Namespace:  OfficeClip.DBLayer.Metabase
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public DataSet GetEmptyData(
	MetaConstants..::.MetaEntity ma,
	int externalKeyId,
	bool isAllEditable,
	ConfigureInfo session
)
Visual Basic (Declaration)
Public Function GetEmptyData ( _
	ma As MetaConstants..::.MetaEntity, _
	externalKeyId As Integer, _
	isAllEditable As Boolean, _
	session As ConfigureInfo _
) As DataSet
Visual C++
public:
DataSet^ GetEmptyData(
	MetaConstants..::.MetaEntity ma, 
	int externalKeyId, 
	bool isAllEditable, 
	ConfigureInfo^ session
)

Parameters

ma
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entity for which the data is sought
externalKeyId
Type: System..::.Int32
The group id
isAllEditable
Type: System..::.Boolean
true if all the fields are editable, false if the editable restriction is inplace. Editable restriction can happen when somebody changes that restriction via the admin
session
Type: OfficeClip.Utils..::.ConfigureInfo
The user session

Return Value

The empty meta data

See Also