Class ReferenceTypePropertyValue<T>
Base class of all reference type property values
Inheritance
System.Object
ReferenceTypePropertyValue<T>
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.Feature
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public abstract class ReferenceTypePropertyValue<T> : PropertyValue where T : class
Type Parameters
Name | Description |
---|---|
T |
Constructors
| Improve this Doc View SourceReferenceTypePropertyValue()
Initializes a new instance of the ReferenceTypePropertyValue<T> class.
Declaration
protected ReferenceTypePropertyValue()
ReferenceTypePropertyValue(T)
Initializes a new instance of the ReferenceTypePropertyValue<T> class.
Declaration
protected ReferenceTypePropertyValue(T value)
Parameters
Type | Name | Description |
---|---|---|
T | value | The value. |
Properties
| Improve this Doc View SourceValue
Gets or sets the value.
Declaration
public T Value { get; set; }
Property Value
Type | Description |
---|---|
T | The value. |