| C# |
|---|
| public class CVSexes : List<CVSex> |
| #ctor | Initializes an object instance. |
| LJCSearchCode | Retrieve the collection element with code. |
| LJCSearchID | Retrieve the collection element with primary key. |
| LJCSearchName | Retrieve the collection element with name. |
| LJCSortCode | Sort on Code. |
| LJCSortID | Sort on ID. |
| LJCSortName | Sort on Name. |