Table of Contents

Class KeywordInfo

Namespace
XENBIT.ResQueServe.Core.Models
Assembly
RQS.Core.dll
public class KeywordInfo : IKeywordInfo, IShelf
Inheritance
KeywordInfo
Implements
Inherited Members

Properties

Id

public long Id { get; set; }

Property Value

long

Name

The name of the keyword used for search and identification purposes.

public string Name { get; set; }

Property Value

string

Origin

Gets or sets the origin information for this Shelf instance. May be null if the object was created locally or has no external source.

public ShelfOriginBase? Origin { get; set; }

Property Value

ShelfOriginBase