 | BasisGetInitializedPropertyAttribute - метод |
Возвращает инициализированный атрибут реквизита.
Пространство имён:
FinistSoft.Objects
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксисprivate static BasisPropertyAttribute GetInitializedPropertyAttribute(
PropertyInfo propertyInfo
)
Private Shared Function GetInitializedPropertyAttribute (
propertyInfo As PropertyInfo
) As BasisPropertyAttribute
Dim propertyInfo As PropertyInfo
Dim returnValue As BasisPropertyAttribute
returnValue = Basis.GetInitializedPropertyAttribute(propertyInfo)
private static function GetInitializedPropertyAttribute(
propertyInfo : PropertyInfo
) : BasisPropertyAttribute
Параметры
- propertyInfo
- Тип: System.ReflectionPropertyInfo
Информация о реквизите бизнес-объекте.
Возвращаемое значение
Тип:
BasisPropertyAttributeИнициализированный атрибут реквизита.
См. также