ResourceStringInfoBaseTInfo, TInfoProviderInterface Constructor (ObjectTypeInfo, DataRow) |
Constructor - Creates a new ResourceStringInfo object from the given DataRow.
Namespace: CMS.LocalizationAssembly: CMS.Globalization (in CMS.Globalization.dll) Version: 13.0.131
Syntax public ResourceStringInfoBase(
ObjectTypeInfo typeInfo,
DataRow dr
)
Parameters
- typeInfo
- Type: CMS.DataEngineObjectTypeInfo
Type info - dr
- Type: System.DataDataRow
DataRow with the object data
See Also