Click or drag to resize
IKeyword Interface

[This is preliminary documentation and is subject to change.]

Represents a keyword.

Namespace: NForza.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
public interface IKeyword : IComparable, 
	IComparable<IKeyword>, IEquatable<IKeyword>

The IKeyword type exposes the following members.

Methods
  NameDescription
Public methodCompareTo(Object)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from IComparable.)
Public methodCompareTo(T)
Compares the current object with another object of the same type.
(Inherited from IComparableIKeyword.)
Public methodEquals
Indicates whether the current object is equal to another object of the same type.
(Inherited from IEquatableIKeyword.)
Top
Properties
  NameDescription
Public propertyValue
Gets the value.
Top
See Also