Zetbox.Client.Presentables.TestObjClassViewModel.CreatePropertyGroup C# (CSharp) Method

CreatePropertyGroup() protected method

protected CreatePropertyGroup ( string tag, string translatedTag, PropertyGroupCollection lst ) : PropertyGroupViewModel
tag string
translatedTag string
lst PropertyGroupCollection
return PropertyGroupViewModel
        protected override PropertyGroupViewModel CreatePropertyGroup(string tag, string translatedTag, PropertyGroupCollection lst)
        {
            return base.CreatePropertyGroup(tag, translatedTag, lst);
        }