public DataSourceInfo(ExtraPropertyInfo propertyInfo)
 {
     if (propertyInfo == null)
         throw new ArgumentNullException();
     _propertyId = propertyInfo.PropertyId;
     Description = Ut.StringForCurrentLanguage(propertyInfo.Descriptions);
 }
 public DataSourceInfo(ExtraPropertyInfo propertyInfo)
 {
     if (propertyInfo == null)
     {
         throw new ArgumentNullException();
     }
     _propertyId = propertyInfo.PropertyId;
     Description = Ut.StringForCurrentLanguage(propertyInfo.Descriptions);
 }
Beispiel #3
0
 public PropertyTextLayer()
 {
     Property = new ExtraPropertyId("NameShort", null, "Wargaming");
 }
Beispiel #4
0
 public PropertyTextLayer()
 {
     Property = new ExtraPropertyId("NameShort", null, "Wargaming");
 }
Beispiel #5
0
 public override string this[ExtraPropertyId property] { get { return PropertyValue; } }
Beispiel #6
0
 public override string this[ExtraPropertyId property] {
     get { return(PropertyValue); }
 }