8 lines
168 B
Plaintext
8 lines
168 B
Plaintext
|
|
namespace DTS.Common.DAS.Concepts.DAS.Channel
|
||
|
|
{
|
||
|
|
public interface ITimestampAware
|
||
|
|
{
|
||
|
|
TimestampPartTypes TimestampPartType { get; set; }
|
||
|
|
}
|
||
|
|
}
|