Ext.Net.ClientStyleItem.ClientStyleItem C# (CSharp) Method

ClientStyleItem() private method

private ClientStyleItem ( Type type, string pathEmbedded, string path ) : System
type System.Type
pathEmbedded string
path string
return System
        public ClientStyleItem(Type type, string pathEmbedded, string path) : this(pathEmbedded, path)
        {
            this.Type = type;
        }

Same methods

ClientStyleItem::ClientStyleItem ( Type type, string pathEmbedded, string path, Theme theme ) : System
ClientStyleItem::ClientStyleItem ( Type type, string pathEmbedded, string path, string cacheFly ) : System
ClientStyleItem::ClientStyleItem ( Type type, string pathEmbedded, string path, string cacheFly, Theme theme ) : System
ClientStyleItem::ClientStyleItem ( string pathEmbedded, string path ) : System
ClientStyleItem::ClientStyleItem ( string pathEmbedded, string path, Theme theme ) : System
ClientStyleItem::ClientStyleItem ( string pathEmbedded, string path, string cacheFly ) : System
ClientStyleItem::ClientStyleItem ( string pathEmbedded, string path, string cacheFly, Theme theme ) : System
ClientStyleItem