C# 클래스 SigTrade.Models.UpdateUtils

파일 보기 프로젝트 열기: unepwcmc/sigtrade

공개 메소드들

메소드 설명
DeleteUsers ( string users, int SourceID, int SourceType ) : void
GetDecisionDetails ( IList decisions ) : IList
InsertComments ( System.Web.Mvc.FormCollection collection, int SourceID, int SourceType ) : int
InsertDocuments ( System.Web.Mvc.FormCollection collection, int SourceID, int SourceType ) : int
InsertMeetingLib ( System.Web.Mvc.FormCollection collection ) : void
InsertParagraphActionForm ( System.Web.Mvc.FormCollection collection ) : int
InsertUsersPerParagraph ( System.Web.Mvc.FormCollection collection, int SourceID, int SourceType ) : void
UpdateMeetingLib ( MeetingLib m, FormCollection collection ) : void
getCurrentMembershipUser ( ) : MembershipUser
getDateUK ( string date ) : DateTime
getViewersList ( ) : string[]

비공개 메소드들

메소드 설명
SendDocumentUploadNotification ( string username, int documentid ) : void
SendPasswordResetNotification ( System.Web.Security.MembershipUser emailRecipient, String emailDetails ) : void
build_send_and_log_notification ( List recipients, MessageTemplate template, String emailDetails ) : void

메소드 상세

DeleteUsers() 공개 메소드

public DeleteUsers ( string users, int SourceID, int SourceType ) : void
users string
SourceID int
SourceType int
리턴 void

GetDecisionDetails() 공개 정적인 메소드

public static GetDecisionDetails ( IList decisions ) : IList
decisions IList
리턴 IList

InsertComments() 공개 정적인 메소드

public static InsertComments ( System.Web.Mvc.FormCollection collection, int SourceID, int SourceType ) : int
collection System.Web.Mvc.FormCollection
SourceID int
SourceType int
리턴 int

InsertDocuments() 공개 정적인 메소드

public static InsertDocuments ( System.Web.Mvc.FormCollection collection, int SourceID, int SourceType ) : int
collection System.Web.Mvc.FormCollection
SourceID int
SourceType int
리턴 int

InsertMeetingLib() 공개 정적인 메소드

public static InsertMeetingLib ( System.Web.Mvc.FormCollection collection ) : void
collection System.Web.Mvc.FormCollection
리턴 void

InsertParagraphActionForm() 공개 정적인 메소드

public static InsertParagraphActionForm ( System.Web.Mvc.FormCollection collection ) : int
collection System.Web.Mvc.FormCollection
리턴 int

InsertUsersPerParagraph() 공개 정적인 메소드

public static InsertUsersPerParagraph ( System.Web.Mvc.FormCollection collection, int SourceID, int SourceType ) : void
collection System.Web.Mvc.FormCollection
SourceID int
SourceType int
리턴 void

UpdateMeetingLib() 공개 정적인 메소드

public static UpdateMeetingLib ( MeetingLib m, FormCollection collection ) : void
m MeetingLib
collection FormCollection
리턴 void

getCurrentMembershipUser() 공개 정적인 메소드

public static getCurrentMembershipUser ( ) : MembershipUser
리턴 MembershipUser

getDateUK() 공개 정적인 메소드

public static getDateUK ( string date ) : DateTime
date string
리턴 DateTime

getViewersList() 공개 정적인 메소드

public static getViewersList ( ) : string[]
리턴 string[]