CustomFields.ReadCustomFieldsByEntity2 方法
获取所有企业自定义域的指定实体 (项目、 资源或任务) 公式在语言相关的格式中的位置。
命名空间: WebSvcCustomFields
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CustomFields/ReadCustomFieldsByEntity2", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/CustomFields/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/CustomFields/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadCustomFieldsByEntity2 ( _
entityUid As Guid _
) As CustomFieldDataSet
用法
Dim instance As CustomFields
Dim entityUid As Guid
Dim returnValue As CustomFieldDataSet
returnValue = instance.ReadCustomFieldsByEntity2(entityUid)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CustomFields/ReadCustomFieldsByEntity2", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/CustomFields/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/CustomFields/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public CustomFieldDataSet ReadCustomFieldsByEntity2(
Guid entityUid
)
参数
entityUid
类型:System.Guid自定义字段项目、 资源或任务实体的 GUID。
返回值
类型:WebSvcCustomFields.CustomFieldDataSet
备注
Project Server 2010中的新方法。如果自定义域或图形指示器计算的公式,则ReadCustomFieldsByEntity2方法将返回CustomFieldDataSet中的公式转换为取决于运行 Project Server 的计算机的区域和语言选项控制面板中指定的区域设置的格式。相比之下, ReadCustomFieldsByEntity方法返回CustomFieldDataSet独立于区域设置公式在何处。
Project Server 权限
权限 |
说明 |
---|---|
非标准 |
您必须具有ManageWorkflow全局权限或ChangeWorkflow全局权限。如果您有ChangeWorkflow权限,您还必须具有OpenProject类别权限和SaveProject类别权限。 |
允许用户从 Project Professional 连接到 Project Server 数据库。全局权限。 |
|
允许用户创建项目组合分析。全局权限。 |
|
允许用户修改企业自定义域和查阅表格值的定义。全局权限。 |
|
允许用户管理 Project Server 用户和组。全局权限。 |
|
允许用户创建项目。全局权限。 |
|
允许用户查看资源分配数据。全局权限。 |
|
允许用户管理的工作流。全局权限。 |
|