Innovasys RealWorld
OnPreparePropertys Method
See Also  Send Feedback
Kingdee.BOS.Core.DynamicForm.PlugIn Namespace > IOperationServicePlugIn Interface : OnPreparePropertys Method



e

Glossary Item Box

准备操作对象实体属性事件,在此事件中可以将校验过程需要的属性对应的Key添加进来以便统一从数据库中加载数据

Syntax

Visual Basic (Declaration) 
Sub OnPreparePropertys( _
   ByVal e As PreparePropertysEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As IOperationServicePlugIn
Dim e As PreparePropertysEventArgs
 
instance.OnPreparePropertys(e)
C# 
void OnPreparePropertys( 
   PreparePropertysEventArgs e
)
C++/CLI 
void OnPreparePropertys( 
   PreparePropertysEventArgs^ e
) 

Parameters

e

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.