AssociatedPersonCategory
内容
[
隐藏
]AssociatedPersonCategory class
代表人员的类别
public class AssociatedPersonCategory : IEquatable<AssociatedPersonCategory>
构造函数
姓名 | 描述 |
---|---|
AssociatedPersonCategory(string) | 初始化AssociatedPersonCategory 具有“自定义”类别的类。 |
特性
姓名 | 描述 |
---|---|
static Assistant { get; } | 助手 |
static Brother { get; } | 兄弟 |
static Child { get; } | 孩子 |
static Custom { get; } | 描述为空的自定义类别 |
static DomesticPartner { get; } | 国内合作伙伴 |
static Father { get; } | 父亲 |
static Friend { get; } | 朋友 |
static Manager { get; } | 经理 |
static Mother { get; } | 母亲 |
static Parent { get; } | 父级 |
static Partner { get; } | 合作伙伴 |
static ReferredBy { get; } | 推荐人 |
static Relative { get; } | 相对 |
static Sister { get; } | 姐姐 |
static Spouse { get; } | 配偶 |
Description { get; } | 获取人员的“自定义”类别的描述 |
Value { get; } | 获取人的类别 |
方法
姓名 | 描述 |
---|---|
virtual Equals(AssociatedPersonCategory) | 判断指定对象是否等于当前对象 |
override Equals(object) | 判断指定Object是否等于当前Object。 |
override GetHashCode() | GetHashCode 返回此对象的哈希函数。 |
override ToString() | 返回代表当前对象的字符串。 |
operator == | 判断指定对象是否相等 |
operator != | 判断指定的对象是否不相等。 |
字段
姓名 | 描述 |
---|---|
const AssistantValue | “助理”类别的字符串值 |
const BrotherValue | “兄弟”类别的字符串值 |
const ChildValue | “儿童”类别的字符串值 |
const CustomValue | “自定义”类别的字符串值 |
const DomesticPartnerValue | “DomesticPartner”类别的字符串值 |
const FatherValue | “父亲”类别的字符串值 |
const FriendValue | “朋友”类别的字符串值 |
const ManagerValue | “经理”类别的字符串值 |
const MotherValue | “母亲”类别的字符串值 |
const ParentValue | “父”类别的字符串值 |
const PartnerValue | “合作伙伴”类别的字符串值 |
const ReferredByValue | “ReferredBy”类别的字符串值 |
const RelativeValue | “相对”类别的字符串值 |
const SisterValue | “姐妹”类别的字符串值 |
const SpouseValue | “配偶”类别的字符串值 |