C# Class FullInspector.InspectorCollectionPagerAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: jacobdufault/fullinspector

Méthodes publiques

Свойство Type Description
PageMinimumCollectionLength int

Méthodes publiques

Méthode Description
InspectorCollectionPagerAttribute ( ) : System
InspectorCollectionPagerAttribute ( int pageMinimumCollectionLength ) : System

Method Details

InspectorCollectionPagerAttribute() public méthode

public InspectorCollectionPagerAttribute ( ) : System
Résultat System

InspectorCollectionPagerAttribute() public méthode

public InspectorCollectionPagerAttribute ( int pageMinimumCollectionLength ) : System
pageMinimumCollectionLength int
Résultat System

Property Details

PageMinimumCollectionLength public_oe property

The minimum collection length before the pager is displayed. A value of 0 means that the pager will always be displayed, and a negative value means that the pager will never be displayed. Use AlwaysHide or AlwaysShow as utility methods for setting PageMinimumCollectionLength to those special values.
public int PageMinimumCollectionLength
Résultat int