vCard item collection.

C# | Visual Basic | Visual C++ | F# |
public class ItemCollection : IEnumerable
Public Class ItemCollection Implements IEnumerable
public ref class ItemCollection : IEnumerable
type ItemCollection = class interface IEnumerable end

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | Add(String, String, String) |
Adds new vCard item to the collection.
|
![]() | Clear()()()() |
Clears all items in the collection.
|
![]() | Count |
Gets number of vCard items in the collection.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Get(String) |
Gets items with specified name.
|
![]() | GetEnumerator()()()() |
Gets enumerator.
|
![]() | GetFirst(String) |
Gets first item with specified name. Returns null if specified item doesn't exists.
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove(String) |
Removes all items with the specified name.
|
![]() | Remove(Item) |
Removes specified item from the collection.
|
![]() | SetDecodedValue(String, String) |
Sets first item with specified value. If item doesn't exist, item will be appended to the end.
If value is null, all items with specified name will be removed.
Value is encoed as needed and specified item.ParametersString will be updated accordingly.
|
![]() | SetValue(String, String) |
Sets first item with specified encoded value. If item doesn't exist, item will be appended to the end.
If value is null, all items with specified name will be removed.
|
![]() | SetValue(String, String, String) |
Sets first item with specified name encoded value. If item doesn't exist, item will be appended to the end.
If value is null, all items with specified name will be removed.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |

Object | |
![]() | ItemCollection |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119