Class TermProperties
Inheritance
TermProperties
Assembly: TOMWrapper.dll
Syntax
public class TermProperties
Constructors
TermProperties()
Declaration
Properties
LastModified
Declaration
public DateTime? LastModified { get; set; }
Property Value
State
Declaration
public State State { get; set; }
Property Value
Type
Declaration
public TermPropertiesType? Type { get; set; }
Property Value
Weight
Declaration
public double Weight { get; set; }
Property Value
Methods
ShouldSerializeLastModified()
Declaration
public bool ShouldSerializeLastModified()
Returns
ShouldSerializeState()
Declaration
public bool ShouldSerializeState()
Returns
ShouldSerializeType()
Declaration
public bool ShouldSerializeType()
Returns
ShouldSerializeWeight()
Declaration
public bool ShouldSerializeWeight()
Returns
Extension Methods