Search Results for

    Show / Hide Table of Contents

    Class CeVIOFileExt

    ext methods

    Inheritance
    object
    CeVIOFileExt
    Namespace: LibSasara.Model
    Assembly: LibSasara.dll
    Syntax
    public static class CeVIOFileExt

    Methods

    GetGroupId((XElement, List<XElement>))

    GroupのIDを取得

    Declaration
    public static Guid GetGroupId(this (XElement, List<XElement>) groupAndUnits)
    Parameters
    Type Name Description
    (XElement group, List<XElement> units) groupAndUnits
    Returns
    Type Description
    Guid

    ReplaceAllCastId((XElement, List<XElement>), string, string?)

    キャスト全置き換え(トークの場合全部置き換わります)

    Declaration
    public static void ReplaceAllCastId(this (XElement, List<XElement>) groupAndUnits, string replacedId, string? lang = null)
    Parameters
    Type Name Description
    (XElement group, List<XElement> units) groupAndUnits
    string replacedId
    string lang

    言語指定文字列。指定された場合に置き換えます。

    ReplaceCastId((XElement, List<XElement>), string, string, string?)

    キャスト置き換え

    Declaration
    public static void ReplaceCastId(this (XElement, List<XElement>) groupAndUnits, string beforeId, string afterId, string? lang = null)
    Parameters
    Type Name Description
    (XElement group, List<XElement> units) groupAndUnits
    string beforeId
    string afterId
    string lang

    言語指定文字列。指定された場合に置き換えます。

    SetGroupId((XElement, List<XElement>), Guid)

    GroupのIDをまとめて設定

    Declaration
    public static (XElement, List<XElement>) SetGroupId(this (XElement, List<XElement>) groupAndUnits, Guid newId)
    Parameters
    Type Name Description
    (XElement group, List<XElement> units) groupAndUnits
    Guid newId

    新しいGuid

    Returns
    Type Description
    (XElement group, List<XElement> units)
    In this article
    Back to top LibSasara