C# 클래스 Universe.Framework.ClientInterfaces.SLUtil

파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

공개 메소드들

메소드 설명
ContentTypeToSLAssetType ( string contentType ) : sbyte
ContentTypeToSLInvType ( string contentType ) : sbyte
ParseNotecardToList ( string rawInput ) : List

Parse a notecard in Linden format to a list of ordinary lines.

ParseNotecardToString ( string rawInput ) : string

Parse a notecard in Linden format to a string of ordinary text.

SLAssetTypeToContentType ( int assetType ) : string
SLInvTypeToContentType ( int invType ) : string

비공개 메소드들

메소드 설명
SLAssetTypeFolderToContentType ( int folderType ) : string

메소드 상세

ContentTypeToSLAssetType() 공개 정적인 메소드

public static ContentTypeToSLAssetType ( string contentType ) : sbyte
contentType string
리턴 sbyte

ContentTypeToSLInvType() 공개 정적인 메소드

public static ContentTypeToSLInvType ( string contentType ) : sbyte
contentType string
리턴 sbyte

ParseNotecardToList() 공개 정적인 메소드

Parse a notecard in Linden format to a list of ordinary lines.
public static ParseNotecardToList ( string rawInput ) : List
rawInput string
리턴 List

ParseNotecardToString() 공개 정적인 메소드

Parse a notecard in Linden format to a string of ordinary text.
public static ParseNotecardToString ( string rawInput ) : string
rawInput string
리턴 string

SLAssetTypeToContentType() 공개 정적인 메소드

public static SLAssetTypeToContentType ( int assetType ) : string
assetType int
리턴 string

SLInvTypeToContentType() 공개 정적인 메소드

public static SLInvTypeToContentType ( int invType ) : string
invType int
리턴 string