文章 Application 类

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

定义

class Application
{
	Guid ApplicationId { get;  }
	Guid ApplicationTypeId { get;  }
	string AvatarUrl { get;  }
	Container Container { get;  }
	bool IsEnabled { get;  }
	string Url { get;  }
	string HtmlDescription(string target);
	string HtmlName(string target);
}

属性

名称

类型

描述

默认值

选项

ApplicationId

Guid

ApplicationTypeId

Guid

AvatarUrl

string

Container

Container

IsEnabled

bool

Url

string

方法

string HtmlDescription(string target);

参数

名称

类型

描述

必需

默认值

选项

target

string

Target

Required

返回类型

string

string HtmlName(string target);

参数

名称

类型

描述

必需

默认值

选项

target

string

Target

Required

返回类型

string