public sealed class NameProperty : VCardProperty,
IEnumerable<NameProperty>, IEnumerable, ICompoundProperty, ICompoundModelPublic NotInheritable Class NameProperty
Inherits VCardProperty
Implements IEnumerable(Of NameProperty), IEnumerable,
ICompoundProperty, ICompoundModelpublic ref class NameProperty sealed : public VCardProperty,
IEnumerable<NameProperty^>, IEnumerable, ICompoundProperty, ICompoundModel[<SealedAttribute>]
type NameProperty =
class
inherit VCardProperty
interface IEnumerable<NameProperty>
interface IEnumerable
interface ICompoundProperty
interface ICompoundModel
end| NameProperty | Initializes a new NameProperty instance with a specified Name. |
| Group | Corresponds to the group identifier of a vCard property, or is null
if the VCardProperty does not belong to any group. (Inherited from VCardProperty) |
| IsEmpty | Returns true, if the VCardProperty object does
not contain any usable data, otherwise false. (Overrides VCardPropertyIsEmpty) |
| Parameters | Gets the data of the parameter section of a vCard property. (Inherited from VCardProperty) |
| Value | The data provided by the NameProperty. |
| Clone | Creates a new object that is a copy of the current instance. (Overrides VCardPropertyClone) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from VCardProperty) |
| ConcatWithNameProperty |
Concatenates two sequences of VCardProperty objects.
(Most VCardProperty ojects implement
IEnumerable<VCardPoperty> and are themselves such
a sequence.)
(Defined by IEnumerableExtension) |
| ContainsGroupNameProperty |
Indicates whether values contains an item that has the
specified Group identifier.
(Defined by IEnumerableExtension) |
| FirstOrNullNameProperty |
Gets the first VCardProperty from a collection of VCardProperty
objects. The method takes the Index property into account
and allows to specify whether or not to ignore empty items.
(Defined by IEnumerableExtension) |
| FirstOrNullNameProperty |
Gets the first VCardProperty from a collection of VCardProperty
objects and allows filtering of the items, and to specify whether or not to ignore empty items.
(Defined by IEnumerableExtension) |
| FirstOrNullHasGroupNameProperty |
Gets the first VCardProperty in a collection
whose Group identifier matches
the specified Group identifier.
(Defined by IEnumerableExtension) |
| ItemsNameProperty |
Yields the VCardProperty instances in values in their
current order and allows to specify whether or not empty VCardProperty
instances shall be part of the result.
(Defined by IEnumerableExtension) |
| OrderByIndexNameProperty |
Sorts the elements in values ascending by the value of their
Index property.
(Defined by IEnumerableExtension) |
| OrderByPrefNameProperty |
Sorts the elements in values ascending by the value of their
Preference property.
(Defined by IEnumerableExtension) |
| PrefOrNullNameProperty |
Gets the most preferred VCardProperty from a collection of
VCardProperty objects and allows to specify whether or not
to ignore empty items.
(Defined by IEnumerableExtension) |
| PrefOrNullNameProperty |
Gets the most preferred VCardProperty from a collection of
VCardProperty objects and allows additional filtering of the items, and
to specify whether or not to ignore empty items.
(Defined by IEnumerableExtension) |
| RemoveNameProperty |
Removes each item that matches the specified predicate from
values. (Defined by IEnumerableExtension) |
| RemoveNameProperty |
Removes each occurrence of value from values.
(Defined by IEnumerableExtension) |
| ICompoundModelCount | Gets the number of elements in the ICompoundModel. |
| ICompoundModelItem | Gets the element at the specified index. |
| IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. |
| IEnumerableNamePropertyGetEnumerator | Returns an enumerator that iterates through the collection. |