C# Class EnterpriseWebLibrary.EnterpriseWebFramework.Controls.EwfImage

An image.
Inheritance: System.Web.UI.WebControls.WebControl, ControlTreeDataLoader
ファイルを表示 Open project: enduracode/enterprise-web-library Class Usage Examples

Private Properties

Property Type Description
ControlTreeDataLoader void

Public Methods

Method Description
EwfImage ( ResourceInfo imageInfo ) : System.Linq

Creates an image.

Private Methods

Method Description
ControlTreeDataLoader ( ) : void

Method Details

EwfImage() public method

Creates an image.
public EwfImage ( ResourceInfo imageInfo ) : System.Linq
imageInfo ResourceInfo Do not pass null.
return System.Linq