TestimoX

API Reference

Class

UserProjector

Namespace ADPlayground.Users
Assembly ADPlayground
Modifiers static

Convenience projector that converts UserRecord rows into common typed views for UI/reporting.

Inheritance

  • Object
  • UserProjector

Methods

Format 2 overloads
public static IEnumerable<Object> Format(IEnumerable<UserRecord> users, UserView view) #
Returns: IEnumerable<Object>

Formats the input sequence using the requested view.

Parameters

users System.Collections.Generic.IEnumerable{ADPlayground.UserRecord} requiredposition: 0
Input user records.
view System.String requiredposition: 1
View name (Default, Compact, Aging, Security).

Returns

Sequence of typed view objects or original rows.

Format(System.Collections.Generic.IEnumerable{ADPlayground.UserRecord} users, ADPlayground.Users.UserView view) #

Formats the input sequence using a typed UserView. Prefer this overload in rules to ensure compile‑time safety.

Parameters

users System.Collections.Generic.IEnumerable{ADPlayground.UserRecord} required
view ADPlayground.Users.UserView required