C# 클래스 Orc.LicenseManager.Models.NetworkLicenseUsage

파일 보기 프로젝트 열기: WildGums/Orc.LicenseManager

공개 메소드들

메소드 설명
NetworkLicenseUsage ( string computerId, string ip, string userName, string licenseSignature, System.DateTime startDateTime ) : System
Parse ( string text ) : NetworkLicenseUsage
ToNetworkMessage ( ) : string
ToString ( ) : string

비공개 메소드들

메소드 설명
GetValue ( string splittedStrings, int index ) : string

메소드 상세

NetworkLicenseUsage() 공개 메소드

public NetworkLicenseUsage ( string computerId, string ip, string userName, string licenseSignature, System.DateTime startDateTime ) : System
computerId string
ip string
userName string
licenseSignature string
startDateTime System.DateTime
리턴 System

Parse() 공개 정적인 메소드

public static Parse ( string text ) : NetworkLicenseUsage
text string
리턴 NetworkLicenseUsage

ToNetworkMessage() 공개 메소드

public ToNetworkMessage ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string