Class TemporalCatalogFeature<TKey>
Inheritance
System.Object
TemporalCatalogFeature<TKey>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Components.Layers.Temporal
Assembly: Mars.Components.dll
Syntax
public class TemporalCatalogFeature<TKey>
Type Parameters
| Name | Description |
|---|---|
| TKey |
Constructors
| Improve this Doc View SourceTemporalCatalogFeature(IMarsFeature, TKey, TKey)
Declaration
public TemporalCatalogFeature(IMarsFeature feature, TKey from, TKey to)
Parameters
| Type | Name | Description |
|---|---|---|
| IMarsFeature | feature | |
| TKey | from | |
| TKey | to |
Properties
| Improve this Doc View SourceFeature
The associated data object for this temporal related feature
Declaration
public IMarsFeature Feature { get; }
Property Value
| Type | Description |
|---|---|
| IMarsFeature |
From
The lower limit of the validation time inclusive.
Declaration
public TKey From { get; }
Property Value
| Type | Description |
|---|---|
| TKey |
To
The upper limit of the validation time exclusively
Declaration
public TKey To { get; set; }
Property Value
| Type | Description |
|---|---|
| TKey |