C# Class N2Bootstrap.Library.Resources.BootstrapResourceAttribute

Inheritance: System.Attribute, IPlugin
Mostrar archivo Open project: pauldotknopf/N2Bootstrap

Public Methods

Method Description
BootstrapResourceAttribute ( string themedResourceLocation, int sortOrder = 100 ) : System
CompareTo ( IPlugin other ) : int

Method Details

BootstrapResourceAttribute() public method

public BootstrapResourceAttribute ( string themedResourceLocation, int sortOrder = 100 ) : System
themedResourceLocation string
sortOrder int
return System

CompareTo() public method

public CompareTo ( IPlugin other ) : int
other IPlugin
return int