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 SourcePropertyInfo(String, Type)
Initializes a new instance of the Property
Declaration
public PropertyInfo(string name, Type type)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | The name. |
System. |
type | The type. |
Properties
| Improve this Doc View SourceName
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |
The name. |
Type
Gets or sets the type.
Declaration
public Type Type { get; set; }
Property Value
Type | Description |
---|---|
System. |
The type. |