VCardIdentificationRecordset
Contents
[
Hide
]
VCardIdentificationRecordset class
Represents a set of Identification vCard records. These types are used to capture information associated with the identification and naming of the entity associated with the vCard.
public class VCardIdentificationRecordset : VCardRecordset
Properties
Name | Description |
---|---|
AnniversaryDateTimeRecord { get; } | Gets the date of marriage represented as a single date-and-or-time value. |
AnniversaryRecord { get; } | Gets the date of marriage, or equivalent, of the object. |
AnniversaryTextRecord { get; } | Gets the date of marriage represented as a single text value. |
BinaryPhotos { get; } | Gets an array containing the image or photograph information represented as binary data that annotates some aspects of the object. |
BirthdateDateTimeRecord { get; } | Gets the birth date of the object. |
BirthdateRecords { get; } | Gets an array containing the birth date of the object in different representations. |
BirthdateTextRecords { get; } | Gets an array containing the birth date of the object in different text representations. |
Count { get; } | Gets the number of metadata properties. |
DateTimeAnniversary { get; } | Gets the date of marriage represented as a single date-and-or-time value. |
DateTimeBirthdate { get; } | Gets the birth date of the object. |
FormattedNameRecords { get; } | Gets an array containing the formatted text corresponding to the name of the object. |
FormattedNames { get; } | Gets an array containing the formatted text corresponding to the name of the object. |
Gender { get; } | Gets the components of the sex and gender identity of the object. |
GenderRecord { get; } | Gets the components of the sex and gender identity of the object. |
Item { get; } | Gets the MetadataProperty with the specified name. |
Keys { get; } | Gets a collection of the metadata property names. |
MetadataType { get; } | Gets the metadata type. |
Name { get; } | Gets the components of the name of the object. |
NameRecord { get; } | Gets the components of the name of the object. |
NicknameRecords { get; } | Gets an array containing the text corresponding to the nickname of the object. |
Nicknames { get; } | Gets an array containing the text corresponding to the nickname of the object. |
PhotoBinaryRecords { get; } | Gets an array containing the image or photograph information represented as binary data that annotates some aspects of the object. |
PhotoRecords { get; } | Gets an array containing the image or photograph information that annotates some aspects of the object. |
PhotoUriRecords { get; } | Gets an array containing the image or photograph information represented by URIs that annotates some aspects of the object. |
PropertyDescriptors { get; } | Gets a collection of descriptors that contain information about properties accessible through the GroupDocs.Metadata search engine. |
TextAnniversary { get; } | Gets the date of marriage represented as a single text value. |
TextBirthdates { get; } | Gets an array containing the birth date of the object in different text representations. |
UriPhotos { get; } | Gets an array containing the image or photograph information represented by URIs that annotates some aspects of the object. |
Methods
Name | Description |
---|---|
virtual AddProperties(Func<MetadataProperty, bool>, PropertyValue) | Adds known metadata properties satisfying the specified predicate. The operation is recursive so it affects all nested packages as well. |
Contains(string) | Determines whether the package contains a metadata property with the specified name. |
virtual FindProperties(Func<MetadataProperty, bool>) | Finds the metadata properties satisfying the specified predicate. The search is recursive so it affects all nested packages as well. |
GetEnumerator() | Returns an enumerator that iterates through the collection. |
virtual RemoveProperties(Func<MetadataProperty, bool>) | Removes metadata properties satisfying the specified predicate. |
virtual Sanitize() | Removes writable metadata properties from the package. The operation is recursive so it affects all nested packages as well. |
virtual SetProperties(Func<MetadataProperty, bool>, PropertyValue) | Sets known metadata properties satisfying the specified predicate. The operation is recursive so it affects all nested packages as well. This method is a combination of AddProperties and UpdateProperties . If an existing property satisfies the predicate its value is updated. If there is a known property missing in the package that satisfies the predicate it is added to the package. |
virtual UpdateProperties(Func<MetadataProperty, bool>, PropertyValue) | Updates known metadata properties satisfying the specified predicate. The operation is recursive so it affects all nested packages as well. |
Remarks
Learn more
See Also
- class VCardRecordset
- namespace GroupDocs.Metadata.Formats.BusinessCard
- assembly GroupDocs.Metadata