C# 클래스 EasyAbp.PrivateMessaging.PrivateMessages.PrivateMessageReadEto

상속: IMultiTenant
파일 보기 프로젝트 열기: EasyAbp/PrivateMessaging

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
PrivateMessageReadEto ( Guid? tenantId, Guid privateMessageId, Guid? fromUserId, string fromUserName, Guid toUserId, string toUserName, DateTime sentTime, DateTime readTime, string title ) : System

메소드 상세

PrivateMessageReadEto() 공개 메소드

public PrivateMessageReadEto ( Guid? tenantId, Guid privateMessageId, Guid? fromUserId, string fromUserName, Guid toUserId, string toUserName, DateTime sentTime, DateTime readTime, string title ) : System
tenantId Guid?
privateMessageId Guid
fromUserId Guid?
fromUserName string
toUserId Guid
toUserName string
sentTime DateTime
readTime DateTime
title string
리턴 System