Class PrimaryKeyUtil
Represent functional conversing primary key type on existing meta model.
Inheritance
System.Object
PrimaryKeyUtil
Namespace: Mediachase.BusinessFoundation.Data
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0Syntax
public static class PrimaryKeyUtil : Object
Methods
ConvertMetaClassPK(MetaClass, PrimaryKeyIdValueType)
Converts the meta class PK.
Declaration
public static void ConvertMetaClassPK(MetaClass mc, PrimaryKeyIdValueType pkType)
Parameters
Type | Name | Description |
---|---|---|
MetaClass | mc | The mc. |
PrimaryKeyIdValueType | pkType | Type of the pk. |
ConvertMetaClassPK(String, PrimaryKeyIdValueType)
Converts the meta class PK.
Declaration
public static void ConvertMetaClassPK(string metaClassName, PrimaryKeyIdValueType pkType)
Parameters
Type | Name | Description |
---|---|---|
System.String | metaClassName | Name of the meta class. |
PrimaryKeyIdValueType | pkType | Type of the pk. |