Bind data

Namespace: MonoSoftware.MonoX.Controls
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual void BindData(
	HttpPostedFile postedFile,
	Guid entityId
)
Visual Basic
Public Overridable Sub BindData ( 
	postedFile As HttpPostedFile,
	entityId As Guid
)
Visual C++
public:
virtual void BindData(
	HttpPostedFile^ postedFile, 
	Guid entityId
)
F#
abstract BindData : 
        postedFile : HttpPostedFile * 
        entityId : Guid -> unit 
override BindData : 
        postedFile : HttpPostedFile * 
        entityId : Guid -> unit 

Parameters

postedFile
Type: System.Web..::..HttpPostedFile
HttpPostedFile
entityId
Type: System..::..Guid
entity Id

See Also