Search Results for

    Show / Hide Table of Contents

    Class Region

    Inheritance
    System.Object
    Region
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class Region : Object

    Constructors

    Region()

    Declaration
    public Region()

    Properties

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32

    Locale

    Declaration
    public RegionLocale[] Locale { get; set; }
    Property Value
    Type Description
    RegionLocale[]

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    RegionMappings

    Declaration
    public RegionMapping[] RegionMappings { get; }
    Property Value
    Type Description
    RegionMapping[]
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX