Пример #1
0
 public SGetCloudMapperAttributeValue(SGetCloudMapperAttributeDefinition definition, string value)
 {
     _definition       = definition;
     _value            = value;
     _ocurredTimeStamp = DateTime.UtcNow;
 }
Пример #2
0
 public SGetCloudMapperAttributeValue(SGetCloudMapperAttributeDefinition definition, string value, DateTime ocurredTimeStamp) : this(definition, value)
 {
     _ocurredTimeStamp = ocurredTimeStamp;
 }