/ Assembly List / LJCSalesDAL / SalesCustomers

Namespace - LJCSalesDAL


Syntax

C#
public class SalesCustomers : List<SalesCustomer>

Represents a collection of SalesCustomer objects.

Public Methods
#ctor Initializes an object instance.
#ctor The Copy constructor.
Add Creates and adds the object from the provided values.
Clone Clones the structure of the object.
GetCollection Get custom collection from List.
HasItems Missing Summary
LJCDeserialize Deserializes from the specified XML file.
LJCSearchName Retrieve the collection element with name.
LJCSerialize Serializes the collection to a file.
LJCSortName Sort on Name.
10 Methods

Properties
LJCDefaultFileName Gets the Default File Name.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.