Class SearchResultItem
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class SearchResultItem
- Inheritance
-
SearchResultItem
- Inherited Members
-
Constructors
SearchResultItem(Guid, string, string, Guid, int, string, Guid, string, string, DateTimeOffset)
public SearchResultItem(Guid identifier, string name, string icon, Guid modifiedBy, int number, string subType, Guid organizationIdentifier, string organizationName, string title, DateTimeOffset modified)
Parameters
identifier Guid
name string
icon string
modifiedBy Guid
number int
subType string
organizationIdentifier Guid
organizationName string
title string
modified DateTimeOffset
Properties
Icon
public string Icon { get; set; }
Property Value
- string
Identifier
public Guid Identifier { get; }
Property Value
- Guid
Modified
public DateTimeOffset Modified { get; }
Property Value
- DateTimeOffset
ModifiedBy
public Guid ModifiedBy { get; }
Property Value
- Guid
Name
public string Name { get; }
Property Value
- string
Number
public int Number { get; }
Property Value
- int
OrganizationIdentifier
public Guid OrganizationIdentifier { get; }
Property Value
- Guid
OrganizationName
public string OrganizationName { get; }
Property Value
- string
SubType
public string SubType { get; }
Property Value
- string
Title
public string Title { get; }
Property Value
- string
Methods
Equals(object)
public override bool Equals(object obj)
Parameters
obj object
Returns
- bool
GetHashCode()
public override int GetHashCode()
Returns
- int