Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.IO.Module.ModuleBrowseInfo Class

An instance of this class is used as parameter to the GetModulesAsync method to provide sort/filter/paging criteria and returns the collection of modules.

Namespace: YetaWF.Core.IO
Assembly: YetaWF.Core

Inheritance

Syntax

public class ModuleBrowseInfo;

Constructors

PublicModuleBrowseInfoConstructor.

Properties

PublicFiltersA collection describing the filtering criteria.
PublicModulesThe collection of records matching the filtering criteria and limited to the requested number of records (Skip/Take).
PublicSkipThe number of records to skip.
PublicSortA collection describing the sort order.
PublicTakeThe number of records to retrieve. If more records are available they are dropped.
PublicTotalThe total number of records matching the filtering criteria, without considering paging.

Methods

PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.

See Also YetaWF.Core Overview