Show / Hide Table of Contents

    Class SectorMapLoaderOptions

    Class that represents options for the SectorMapLoader.

    Inheritance
    System.Object
    SectorMapLoaderOptions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Fibula.Map.SectorFiles
    Assembly: Fibula.Map.SectorFiles.dll
    Syntax
    public class SectorMapLoaderOptions

    Properties

    | Improve this Doc View Source

    LiveMapDirectory

    Gets or sets the directory for the live map.

    Declaration
    [Required(ErrorMessage = "A directory for the live map sector files must be specified.")]
    public string LiveMapDirectory { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    OriginalMapDirectory

    Gets or sets the directory for the original map.

    Declaration
    [Required(ErrorMessage = "A directory for the original map sector files must be specified.")]
    public string OriginalMapDirectory { get; set; }
    Property Value
    Type Description
    System.String

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.