class User
{
string AccountStatus { get; set; }
bool? AllowSitePartnersToContact { get; set; }
bool? AllowSiteToContact { get; set; }
string AvatarUrl { get; }
DateTime? BannedUntil { get; set; }
string BanReason { get; set; }
DateTime? Birthday { get; set; }
Guid ContentId { get; set; }
string ConversationContactType { get; set; }
string DateFormat { get; set; }
string DisplayName { get; set; }
string EditorType { get; set; }
bool? EnableCollapsingPanels { get; set; }
bool? EnableCommentNotifications { get; set; }
bool? EnableConversationNotifications { get; set; }
IList<string> EnabledActivityMessageTypes { get; }
bool? EnableDisplayInMemberList { get; set; }
bool? EnableDisplayName { get; set; }
bool? EnableEmail { get; set; }
bool? EnableEmoticons { get; set; }
bool? EnableFavoriteSharing { get; set; }
bool? EnableHtmlEmail { get; set; }
bool? EnablePostPreviewPopup { get; set; }
bool? EnableTracking { get; set; }
bool? EnableUserSignatures { get; set; }
ApiList<ExtendedAttribute> ExtendedAttributes { get; set; }
string Gender { get; set; }
bool? HasPassword { get; set; }
int? Id { get; set; }
bool? IsSystemAccount { get; set; }
DateTime? JoinDate { get; set; }
string Language { get; set; }
DateTime? LastLoginDate { get; set; }
string Location { get; set; }
string ModerationLevel { get; set; }
string Password { get; set; }
int? Points { get; set; }
string PostSortOrder { get; set; }
string Presence { get; set; }
string PrivateEmail { get; set; }
ApiList<ProfileField> ProfileFields { get; set; }
string ProfileUrl { get; set; }
string PublicEmail { get; set; }
int? QualityPercentile { get; set; }
string RawBio { get; set; }
IList<string> RssFeeds { get; set; }
string Signature { get; set; }
string SignatureFormatted { get; set; }
double? TimeZone { get; set; }
string TimeZoneId { get; set; }
string TimeZoneInfo { get; }
int TotalPosts { get; set; }
string Url { get; }
string Username { get; set; }
string WebUrl { get; set; }
string Bio(string postTarget);
string Bio();
}
|
名称 |
类型 |
描述 |
默认值 |
选项 |
|
AccountStatus |
string |
|||
|
AllowSitePartnersToContact |
bool? |
|||
|
AllowSiteToContact |
bool? |
|||
|
AvatarUrl |
string |
|||
|
BannedUntil |
DateTime? |
|||
|
BanReason |
string |
|||
|
Birthday |
DateTime? |
|||
|
ContentId |
Guid |
|||
|
ConversationContactType |
string |
|||
|
DateFormat |
string |
|||
|
DisplayName |
string |
|||
|
EditorType |
string |
|||
|
EnableCollapsingPanels |
bool? |
|||
|
EnableCommentNotifications |
bool? |
|||
|
EnableConversationNotifications |
bool? |
|||
|
EnabledActivityMessageTypes |
IList<string> |
|||
|
EnableDisplayInMemberList |
bool? |
|||
|
EnableDisplayName |
bool? |
|||
|
EnableEmail |
bool? |
|||
|
EnableEmoticons |
bool? |
|||
|
EnableFavoriteSharing |
bool? |
|||
|
EnableHtmlEmail |
bool? |
|||
|
EnablePostPreviewPopup |
bool? |
|||
|
EnableTracking |
bool? |
|||
|
EnableUserSignatures |
bool? |
|||
|
ExtendedAttributes |
ApiList<ExtendedAttribute> |
|||
|
Gender |
string |
|||
|
HasPassword |
bool? |
|||
|
Id |
int? |
|||
|
IsSystemAccount |
bool? |
|||
|
JoinDate |
DateTime? |
|||
|
Language |
string |
|||
|
LastLoginDate |
DateTime? |
|||
|
Location |
string |
|||
|
ModerationLevel |
string |
|||
|
Password |
string |
|||
|
Points |
int? |
|||
|
PostSortOrder |
string |
|||
|
Presence |
string |
|||
|
PrivateEmail |
string |
|||
|
ProfileFields |
ApiList<ProfileField> |
|||
|
ProfileUrl |
string |
|||
|
PublicEmail |
string |
|||
|
QualityPercentile |
int? |
|||
|
RawBio |
string |
|||
|
RssFeeds |
IList<string> |
|||
|
Signature |
string |
|||
|
SignatureFormatted |
string |
|||
|
TimeZone |
double? |
|||
|
TimeZoneId |
string |
|||
|
TimeZoneInfo |
string |
|||
|
TotalPosts |
int |
|||
|
Url |
string |
|||
|
Username |
string |
|||
|
WebUrl |
string |
|
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
|
postTarget |
string |
Post Target |
是 |
string
string