GH_MappingGH_ForceProxy Class

GH-proxy for mappings of the statical model.

Definition

Namespace: Karamba.GHopper.Utilities.Mappings
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public class GH_ForceProxy : GH_GooProxy<GH_Mapping>
Inheritance
Object    GH_GooProxyGH_Mapping    GH_MappingGH_ForceProxy

Constructors

GH_MappingGH_ForceProxy Initializes a new instance of the GH_MappingGH_ForceProxy class.

Properties

IsParsable Gets a value indicating whether or not the type can be instantiated from a String.
(Inherited from GH_GooProxyGH_Mapping)
Owner
(Inherited from GH_GooProxyGH_Mapping)
ProxyOwner Gets the piece of Grasshopper data that spawned this proxy.
(Inherited from GH_GooProxyGH_Mapping)
TypeDescription
(Inherited from GH_GooProxyGH_Mapping)
TypeName
(Inherited from GH_GooProxyGH_Mapping)
UserString Gets or sets the user-defined string that describes this proxy. This only really makes sense if the Proxy is Parsable.
(Inherited from GH_GooProxyGH_Mapping)
Valid Gets a value indicating whether this proxy represents valid data.
(Inherited from GH_GooProxyGH_Mapping)

Methods

Construct Override this method to supply a custom UI during proxy construction.
(Inherited from GH_GooProxyGH_Mapping)
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FormatInstance Returns a String description of the current value.
(Inherited from GH_GooProxyGH_Mapping)
FromString If IsParsable(), then attempts to convert the string to a generic type value
(Inherited from GH_GooProxyGH_Mapping)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
MutateString Munge a string to remove obvious errors on account of the user.
(Inherited from GH_GooProxyGH_Mapping)
NumberToString
(Inherited from GH_GooProxyGH_Mapping)
StringToNumber
(Inherited from GH_GooProxyGH_Mapping)
ToString
(Inherited from GH_GooProxyGH_Mapping)

Extension Methods

ContainerType test if object is (a container like) a list or an array.
(Defined by MiniUtil)

See Also