Class PythonMember
A "custom" member implemented in python. Access properties on these types through the Dynamic property on this object, as a csharp 'dynamic' type.
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class PythonMember : Member
Constructors
PythonMember(String)
Declaration
public PythonMember(string kind)
Parameters
Type | Name | Description |
---|---|---|
System.String | kind |
Properties
PythonObject
Return the python object, should be treated as a "dynamic" type
Declaration
public dynamic PythonObject { get; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |