Identity 类
继承层次结构
System.Object
Microsoft.TeamFoundation.Integration.Server.Identity
命名空间: Microsoft.TeamFoundation.Integration.Server
程序集: Microsoft.TeamFoundation.Server.Core(在 Microsoft.TeamFoundation.Server.Core.dll 中)
语法
声明
<SerializableAttribute> _
<ClassVisibilityAttribute(ClientVisibility.Public, ClientVisibility.Public)> _
<ClassNotSealedAttribute> _
Public Class Identity _
Implements IComparable
[SerializableAttribute]
[ClassVisibilityAttribute(ClientVisibility.Public, ClientVisibility.Public)]
[ClassNotSealedAttribute]
public class Identity : IComparable
Identity 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
Identity |
页首
属性
名称 | 说明 | |
---|---|---|
AccountName | ||
Deleted | ||
Description | ||
DisplayName | ||
DistinguishedName | ||
Domain | ||
MailAddress | ||
MemberOf | ||
Members | ||
SecurityGroup | ||
Sid | ||
SpecialType | ||
TeamFoundationId | ||
Type |
页首
方法
名称 | 说明 | |
---|---|---|
CompareTo | ||
Convert | ||
Equals | (重写 Object.Equals(Object)。) | |
Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。) | |
GetHashCode | (重写 Object.GetHashCode()。) | |
GetType() | 获取当前实例的 Type。 (继承自 Object。) | |
GetType(String, Boolean) | ||
MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | |
ReadXml | ||
ToString | (重写 Object.ToString()。) | |
WriteXml |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。