Vidyano.ViewModel.PhonePersistentObject.CreateAttributesTab C# (CSharp) 메소드

CreateAttributesTab() 보호된 메소드

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