DataPlace
AddressBookSource Class
CSCS.DataPlace.Edit.OutlookAddressBookSource
Contains a list of AddressBookEntrys for a specific user alias, which can be persisted and used as a data source for selecting previously used entries.
Declaration Syntax
C#
public class AddressBookSource : IListSource, 
	IDisposable
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
AddressBookSource()()()
Creates a new instance, for serialization support only.

AddressBookSource(String)
Creates a new instance.

Alias
Gets or sets the alias to which the instance pertains.

ContainsListCollection
Deterines whether this object contains a list collection; this will always be true.

Dispose()()()
Disposes of the object.

Dispose(Boolean)
Disposes of the object.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Finalizes the object.
(Overrides Object.Finalize()()().)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetInstance(String)
Gets an instance for a given alias, by either deserializing a persisted instance or creating a new one.

GetList()()()
Gets the list of entries.

GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Items
Gets the collection of entries.

ItemsInternal
Supports serialization of the Items collection, not to be used directly.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Save(AddressBookSource)
Saves the instance to a file.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
AddressBookSource

Assembly: CS.DataPlace.Edit (Module: CS.DataPlace.Edit) Version: 2.0.3271.19832