File DTO Constructor.

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

Syntax

C#
public SnFileDTO(
	SnFileEntity file,
	Guid parentId,
	int entityType
)
Visual Basic
Public Sub New ( 
	file As SnFileEntity,
	parentId As Guid,
	entityType As Integer
)
Visual C++
public:
SnFileDTO(
	SnFileEntity^ file, 
	Guid parentId, 
	int entityType
)
F#
new : 
        file : SnFileEntity * 
        parentId : Guid * 
        entityType : int -> SnFileDTO

Parameters

file
Type: SnFileEntity
File
parentId
Type: System..::..Guid
Parent ID.
entityType
Type: System..::..Int32
Parent entity type.

See Also