API Reference
Class
UserProjector
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}
- Input user records.
- view System.String
- 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}
- view ADPlayground.Users.UserView