你能帮我在 EPi7 上实现 MultiProperty。我试着像在版本 6R2 上那样做,但没有运气。我收到“对象引用未设置为对象的实例。” 尝试编辑属性时。这是声明:
[CultureSpecific]
[Editable(true)]
[Display(
Name = "test ",
Description = "test",
GroupName = SystemTabNames.Content,
Order = 100)]
[BackingType(typeof(PropertyTestCategories))]
public virtual TestCategories test { get; set; }