C# Class SharpArchitecture.MultiTenant.Core.Upload

Inheritance: System.Entity, IMultiTenantEntity
ファイルを表示 Open project: yellowfeather/SharpArchitecture-MultiTenant

Private Properties

Property Type Description

Public Methods

Method Description
Upload ( string filename, System.Guid groupId, string uploadedBy ) : System

Initializes a new instance of the Upload class.

Upload ( string filename, string uploadedBy ) : System

Initializes a new instance of the Upload class.

Protected Methods

Method Description
Upload ( ) : System

Method Details

Upload() protected method

protected Upload ( ) : System
return System

Upload() public method

Initializes a new instance of the Upload class.
public Upload ( string filename, System.Guid groupId, string uploadedBy ) : System
filename string The filename.
groupId System.Guid The group id.
uploadedBy string The uploaded by.
return System

Upload() public method

Initializes a new instance of the Upload class.
public Upload ( string filename, string uploadedBy ) : System
filename string The filename.
uploadedBy string The uploaded by.
return System