Search Results for

    Show / Hide Table of Contents

    Class TextModuleManager

    Class to manage everything about text modules

    Inheritance
    System.Object
    TextModuleManager
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.UI
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public class TextModuleManager

    Constructors

    | Improve this Doc View Source

    TextModuleManager()

    Declaration
    public TextModuleManager()

    Methods

    | Improve this Doc View Source

    DeleteTextModule(TextModule)

    Remove a TextModule

    Declaration
    public void DeleteTextModule(TextModule obj)
    Parameters
    Type Name Description
    TextModule obj

    Object to delete

    | Improve this Doc View Source

    DeleteTextModule(Guid)

    Remove a TextModule

    Declaration
    public void DeleteTextModule(Guid id)
    Parameters
    Type Name Description
    System.Guid id

    Id value

    | Improve this Doc View Source

    GetAllTextModule()

    Get all TextModule

    Declaration
    public IEnumerable<TextModule> GetAllTextModule()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<TextModule>

    IEnumerable of TextModule

    | Improve this Doc View Source

    GetTextModule(Guid)

    Get a single TextModule

    Declaration
    public TextModule GetTextModule(Guid id)
    Parameters
    Type Name Description
    System.Guid id

    Id value

    Returns
    Type Description
    TextModule

    TextModule instance, else null

    | Improve this Doc View Source

    SaveTextModule(TextModule)

    Save a TextModule

    Declaration
    public void SaveTextModule(TextModule obj)
    Parameters
    Type Name Description
    TextModule obj

    Object to save

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx