Class ObjectMappingInfo
Inheritance
ObjectMappingInfo
Assembly: DotNetNuke.dll
Syntax
public class ObjectMappingInfo
Constructors
ObjectMappingInfo()
Declaration
public ObjectMappingInfo()
Properties
CacheByProperty
Declaration
public string CacheByProperty { get; set; }
Property Value
CacheKey
Declaration
public string CacheKey { get; }
Property Value
CacheTimeOutMultiplier
Declaration
public int CacheTimeOutMultiplier { get; set; }
Property Value
ColumnNames
Declaration
public Dictionary<string, string> ColumnNames { get; }
Property Value
ObjectType
Declaration
public string ObjectType { get; set; }
Property Value
PrimaryKey
Declaration
public string PrimaryKey { get; set; }
Property Value
Properties
Declaration
public Dictionary<string, PropertyInfo> Properties { get; }
Property Value
TableName
Declaration
public string TableName { get; set; }
Property Value
Extension Methods