Organization Class

Encapsulates information about the organization (or company) of the object the VCard represents.

Definition

Namespace: FolkerKinzel.VCards.Models
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public sealed class Organization
Inheritance
Object    Organization

Constructors

OrganizationInitializes a new Organization object.

Properties

IsEmptyReturns true, if the Organization object does not contain any usable data.
NameOrganization name.
UnitsOrganizational unit name(s).

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Overrides ObjectToString)

See Also