Beispiel #1
0
 public PropertyInfo(
     int aId, PropertyId aPropertyId, PropertyValueId aPropertyValueId, string aPropertyValue) : base(aId)
 {
     PropertyId      = aPropertyId;
     PropertyValueId = aPropertyValueId;
     PropertyValue   = aPropertyValue;
 }
Beispiel #2
0
 public void Update(PropertyId aPropertyId, PropertyValueId aPropertyValueId, string aPropertyValue)
 {
     PropertyId      = aPropertyId;
     PropertyValueId = aPropertyValueId;
     PropertyValue   = aPropertyValue;
 }