 | BasisGetPropertyParameterLocalName - метод |
Возвращает локализованное наименование параметра.
Пространство имён:
FinistSoft.Objects
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксисpublic static string GetPropertyParameterLocalName(
Type type,
string nameProperty,
string nameParameter
)
Public Shared Function GetPropertyParameterLocalName (
type As Type,
nameProperty As String,
nameParameter As String
) As String
Dim type As Type
Dim nameProperty As String
Dim nameParameter As String
Dim returnValue As String
returnValue = Basis.GetPropertyParameterLocalName(type,
nameProperty, nameParameter)
public static function GetPropertyParameterLocalName(
type : Type,
nameProperty : String,
nameParameter : String
) : String
Параметры
- type
- Тип: SystemType
Тип бизнес-объекта. - nameProperty
- Тип: SystemString
Наименование реквизита. - nameParameter
- Тип: SystemString
Наименование параметра.
Возвращаемое значение
Тип:
StringЛокализованное наименование параметра.
См. также