Vidyano.ViewModel.PhonePersistentObject.CreateAttributesTab C# (CSharp) Method

CreateAttributesTab() protected method

protected CreateAttributesTab ( PersistentObjectAttribute attributes, string title, PersistentObject parent ) : PersistentObjectTabAttributes
attributes PersistentObjectAttribute
title string
parent PersistentObject
return PersistentObjectTabAttributes
        protected override PersistentObjectTabAttributes CreateAttributesTab(PersistentObjectAttribute[] attributes, string title, PersistentObject parent)
        {
            return new PhonePersistentObjectTabAttributes(this, attributes, title, parent);
        }