Table of Contents

Class TermProperties

Inheritance
TermProperties
Inherited Members
Namespace
TabularEditor.TOMWrapper.Linguistics
Assembly
TOMWrapper.dll
public class TermProperties
Extension Methods

Constructors

TermProperties()

public TermProperties()

Properties

LastModified

public DateTime? LastModified { get; set; }

Property Value

Type Description
DateTime?

State

public State State { get; set; }

Property Value

Type Description
State

Type

public TermPropertiesType? Type { get; set; }

Property Value

Type Description
TermPropertiesType?

Weight

public double Weight { get; set; }

Property Value

Type Description
double

Methods

ShouldSerializeLastModified()

public bool ShouldSerializeLastModified()

Returns

Type Description
bool

ShouldSerializeState()

public bool ShouldSerializeState()

Returns

Type Description
bool

ShouldSerializeType()

public bool ShouldSerializeType()

Returns

Type Description
bool

ShouldSerializeWeight()

public bool ShouldSerializeWeight()

Returns

Type Description
bool