[This is preliminary documentation and is subject to change.]
            Construct a metainfo object from the entity id and attribute id
            
    Namespace: 
   OfficeClip.BusinessLayer.ServiceAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public OCMetaInfo( MetaConstants..::.MetaEntity entity, int attrId )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub New ( _ entity As MetaConstants..::.MetaEntity, _ attrId As Integer _ )  | 
| Visual C++ | 
|---|
public: OCMetaInfo( MetaConstants..::.MetaEntity entity, int attrId )  | 
Parameters
- entity
 - Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The unique id of the entity. E.g. Contact is an entity 
- attrId
 - Type: System..::.Int32
The unique id of the attribute 
