C# Class Universe.Framework.ClientInterfaces.SLUtil

Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
SLAssetTypeFolderToContentType ( int folderType ) : string

Method Details

ContentTypeToSLAssetType() public static méthode

public static ContentTypeToSLAssetType ( string contentType ) : sbyte
contentType string
Résultat sbyte

ContentTypeToSLInvType() public static méthode

public static ContentTypeToSLInvType ( string contentType ) : sbyte
contentType string
Résultat sbyte

ParseNotecardToList() public static méthode

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

ParseNotecardToString() public static méthode

Parse a notecard in Linden format to a string of ordinary text.
public static ParseNotecardToString ( string rawInput ) : string
rawInput string
Résultat string

SLAssetTypeToContentType() public static méthode

public static SLAssetTypeToContentType ( int assetType ) : string
assetType int
Résultat string

SLInvTypeToContentType() public static méthode

public static SLInvTypeToContentType ( int invType ) : string
invType int
Résultat string