OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MPartner.TLocationPKCopyHelper Class Reference

Static helper class for creating 'deep copies' of two-dimensional TLocationPK arrays. More...

Static Public Member Functions

static TLocationPK[,] CopyTLocationPKArray (TLocationPK[,] ASource, int AExtendArrayByNEmptyItems=0)
 Creates a 'deep' copy (i.e. not just copying of references but a real duplication of data) of a two-dimensional TLocationPK array, optionally exitending the resulting two-dimensional array by a number of empty array items. More...
 

Detailed Description

Static helper class for creating 'deep copies' of two-dimensional TLocationPK arrays.

Member Function Documentation

◆ CopyTLocationPKArray()

static TLocationPK[,] Ict.Petra.Shared.MPartner.TLocationPKCopyHelper.CopyTLocationPKArray ( TLocationPK  ASource[,],
int  AExtendArrayByNEmptyItems = 0 
)
inlinestatic

Creates a 'deep' copy (i.e. not just copying of references but a real duplication of data) of a two-dimensional TLocationPK array, optionally exitending the resulting two-dimensional array by a number of empty array items.

Parameters
ASourceTwo-dimensionaly TLocationPK array to copy from.
AExtendArrayByNEmptyItemsSpecify the number of array items that you want the resulting array to be extended by (default = 0).
Returns
Deep Copy of ASource , optionally extended by a number of empty array items.

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