Show / Hide Table of Contents

Class ObjectMappingInfo

Inheritance
object
ObjectMappingInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke.dll
Syntax
public class ObjectMappingInfo

Constructors

ObjectMappingInfo()

Declaration
public ObjectMappingInfo()

Properties

CacheByProperty

Declaration
public string CacheByProperty { get; set; }
Property Value
Type Description
string

CacheKey

Declaration
public string CacheKey { get; }
Property Value
Type Description
string

CacheTimeOutMultiplier

Declaration
public int CacheTimeOutMultiplier { get; set; }
Property Value
Type Description
int

ColumnNames

Declaration
public Dictionary<string, string> ColumnNames { get; }
Property Value
Type Description
Dictionary<string, string>

ObjectType

Declaration
public string ObjectType { get; set; }
Property Value
Type Description
string

PrimaryKey

Declaration
public string PrimaryKey { get; set; }
Property Value
Type Description
string

Properties

Declaration
public Dictionary<string, PropertyInfo> Properties { get; }
Property Value
Type Description
Dictionary<string, PropertyInfo>

TableName

Declaration
public string TableName { get; set; }
Property Value
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS