C# Класс OpenSim.Framework.SLUtil

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

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