Search Results for

    Show / Hide Table of Contents

    Class PropertyInfo

    Describes a FDO property

    Inheritance
    System.Object
    PropertyInfo
    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: OSGeo.MapGuide.MaestroAPI.Mapping
    Assembly: OSGeo.MapGuide.MaestroAPI.dll
    Syntax
    public class PropertyInfo

    Constructors

    | Improve this Doc View Source

    PropertyInfo(String, Type)

    Initializes a new instance of the PropertyInfo class.

    Declaration
    public PropertyInfo(string name, Type type)
    Parameters
    Type Name Description
    System.String name

    The name.

    System.Type type

    The type.

    Properties

    | Improve this Doc View Source

    Name

    Gets or sets the name.

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

    The name.

    | Improve this Doc View Source

    Type

    Gets or sets the type.

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

    The type.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng