Type = new ReferenceCodeValue
{
Id = type.kl_TypeUID,
Name = type.Name
},
class UchastokType : ReferenceCodeValue
{
public ReferenceValue Code{ get; set; }
}
Type = new UchastokType
{
Id = type.kl_TypeUID,
Code = type.Type_U,
Name = type.Name
},
NewClass : ReferenceCodeValue
{
Name (от старого класса)
Id (от старого класса)
Code (от унаследованного)
}