文章 Group 类

  • 命名空间: Limyee.Extensibility.Api.Entities.Version1
  • 程序集: Limyee.Api.dll

定义

class Group
{
	Guid ApplicationId { get;  }
	string AvatarUrl { get;  }
	Guid ContainerId { get; set;  }
	DateTime? DateCreated { get; set;  }
	string Description { get; set;  }
	bool EnableContact { get; set;  }
	bool EnableGroupMessages { get; set;  }
	int GroupCount { get;  }
	string GroupType { get; set;  }
	bool HasGroups { get; set;  }
	int? Id { get; set;  }
	string Key { get; set;  }
	string Name { get; set;  }
	int? ParentGroupId { get; set;  }
	int PendingMembers { get;  }
	Guid? ThemeId { get;  }
	int? TotalMembers { get; set;  }
	string Url { get; set;  }
}

属性

名称

类型

描述

默认值

选项

ApplicationId

Guid

AvatarUrl

string

ContainerId

Guid

DateCreated

DateTime?

Description

string

EnableContact

bool

EnableGroupMessages

bool

GroupCount

int

GroupType

string

HasGroups

bool

Id

int?

Key

string

Name

string

ParentGroupId

int?

PendingMembers

int

ThemeId

Guid?

TotalMembers

int?

Url

string