Show / Hide Table of Contents

Class SynonymsGroup

Inheritance
object
SynonymsGroup
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Search.Entities
Assembly: DotNetNuke.dll
Syntax
public class SynonymsGroup

Constructors

SynonymsGroup()

Declaration
public SynonymsGroup()

Properties

CreatedByUserId

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

CreatedOnDate

Declaration
public DateTime CreatedOnDate { get; set; }
Property Value
Type Description
DateTime

LastModifiedByUserId

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

LastModifiedOnDate

Declaration
public DateTime LastModifiedOnDate { get; set; }
Property Value
Type Description
DateTime

PortalId

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

SynonymsGroupId

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

SynonymsTags

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

Extension Methods

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