Gender Class

Encapsulates information to specify the components of the gender and gender identity 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 Gender
Inheritance
Object    Gender

Remarks

Initializes a new Gender object.

Properties

Female A singleton that encapsulates Female
IdentityFree text describing the gender identity.
IsEmpty Returns true if the Gender object does not contain any usable data, otherwise false.
Male A singleton that encapsulates Male
SexStandardized information about the gender of the object the VCard represents.

Methods

Create Creates a Gender instance with the specified sex and gender-identity.
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