Class PrimaryKeyUtil
Represent functional conversing primary key type on existing meta model.
Inheritance
System.Object
PrimaryKeyUtil
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.Data
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 12.17.2Syntax
public static class PrimaryKeyUtil
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. |