ErlTupleBase MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The ErlTupleBase type exposes the following members.
Constructors

  NameDescription
Protected methodErlTupleBase 
Initializes a new instance of the ErlTupleBase class
Public methodErlTupleBase( Object )
Initializes a new instance of the ErlTupleBase class
Public methodErlTupleBase(ErlTupleBase)
Initializes a new instance of the ErlTupleBase class
Public methodErlTupleBase( IErlObject , Boolean)
Create an Erlang string from the given string
Public methodErlTupleBase(List IErlObject , Boolean)
Initializes a new instance of the ErlTupleBase class
Back to Top
Methods

  NameDescription
Public methodAdd
Add an item to a mutable list. This method must be used only during list construction phase, since it treats the list as a mutable entity
Public methodCast T 
Return index'th element cast to the given type
Public methodClone
Clone an instance of the object (non-scalar immutable objects are copied by reference)
Public methodCompareTo(Object)
Compare this instance to the object. Negative value means that the atom is less than obj, positive - greater than the obj
Public methodCompareTo(IErlObject)
Compare this instance to the IErlObject. Negative value means that the atom is less than obj, positive - greater than the obj
Public methodEquals(Object)
Determine if this instance is equal to the object
(Overrides OnlineObject Equals(Object).)
Public methodEquals(IErlObject)
Determine if two Erlang objects are equal
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetHashCode
Get internal hash code
(Overrides OnlineObject GetHashCode .)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodMakeInstance
Public methodMatch(IErlObject)
Perform pattern match on this Erlang term returning null if match fails or a dictionary of matched variables bound in the pattern
Public methodMatch(IErlObject, ErlVarBind)
Perform pattern match on this Erlang term, storing matched variables found in the pattern into the binding.
Public methodMatches
Perform pattern match on this Erlang term without binding any variables
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodSubst
Public methodToString 
Get the string representation of the list.
(Overrides OnlineObject ToString .)
Public methodToString(Boolean)
Public methodVisit TAccumulate 
Execute fun for every nested term
Back to Top
Extension Methods

  NameDescription
Public Extension MethodAsBool (Defined by ObjectValueConversion.)
Public Extension MethodAsByte (Defined by ObjectValueConversion.)
Public Extension MethodAsChar (Defined by ObjectValueConversion.)
Public Extension MethodAsDateTime Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsDateTime(DateTime, ConvertErrorHandling)Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsDecimal (Defined by ObjectValueConversion.)
Public Extension MethodAsDouble (Defined by ObjectValueConversion.)
Public Extension MethodAsEnum TEnum  (Defined by ObjectValueConversion.)
Public Extension MethodAsFloat (Defined by ObjectValueConversion.)
Public Extension MethodAsGDID Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsGDID(GDID, ConvertErrorHandling)Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsGDIDSymbol Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsGDIDSymbol(GDIDSymbol, ConvertErrorHandling)Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsGUID (Defined by ObjectValueConversion.)
Public Extension MethodAsInt (Defined by ObjectValueConversion.)
Public Extension MethodAsJSONConfig (Defined by ObjectValueConversion.)
Public Extension MethodAsLaconicConfig (Defined by ObjectValueConversion.)
Public Extension MethodAsLong (Defined by ObjectValueConversion.)
Public Extension MethodAsLookAheadEnumerable IErlObject  (Defined by LookAheadExtensions.)
Public Extension MethodAsNonNullOrEmptyString (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableBool (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableByte (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableChar (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableDateTime (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableDecimal (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableDouble (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableEnum TEnum  (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableFloat (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableGDID (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableGDIDSymbol (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableGUID (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableInt (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableLong (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableSByte (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableShort (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableTimeSpan (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableUInt (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableULong (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableUShort (Defined by ObjectValueConversion.)
Public Extension MethodAsSByte (Defined by ObjectValueConversion.)
Public Extension MethodAsShort (Defined by ObjectValueConversion.)
Public Extension MethodAsString (Defined by ObjectValueConversion.)
Public Extension MethodAsTimeSpan Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsTimeSpan(TimeSpan, ConvertErrorHandling)Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsType
Tries to convert an Erlang term as specified native type. Throw exception if conversion is not possible
(Defined by ErlObject.)
Public Extension MethodAsUInt (Defined by ObjectValueConversion.)
Public Extension MethodAsULong (Defined by ObjectValueConversion.)
Public Extension MethodAsUri (Defined by ObjectValueConversion.)
Public Extension MethodAsUShort (Defined by ObjectValueConversion.)
Public Extension MethodAsXMLConfig (Defined by ObjectValueConversion.)
Public Extension MethodDistinct IErlObject, TKey  (Defined by CollectionUtils.)
Public Extension MethodFirstMax IErlObject, TComparand (Func IErlObject, TComparand )Overloaded. (Defined by CollectionUtils.)
Public Extension MethodFirstMax IErlObject, TComparand (Func IErlObject, TComparand , TComparand )Overloaded. (Defined by CollectionUtils.)
Public Extension MethodFirstMin IErlObject, TComparand (Func IErlObject, TComparand )Overloaded. (Defined by CollectionUtils.)
Public Extension MethodFirstMin IErlObject, TComparand (Func IErlObject, TComparand , TComparand )Overloaded. (Defined by CollectionUtils.)
Public Extension MethodFirstOrAnyOrDefault IErlObject 
Tries to find the first element that matches the predicate and returns it, otherwise returns the first element found or default (i.e. null)
(Defined by CollectionUtils.)
Public Extension MethodForEach IErlObject (Action IErlObject )Overloaded.
Runs some method over each element of src sequence
(Defined by CollectionUtils.)
Public Extension MethodForEach IErlObject (Action IErlObject, Int32 )Overloaded.
Runs some method over each element of src sequence
(Defined by CollectionUtils.)
Public Extension MethodIsInt
Determines if Erlang object is of type ErlByte or ErlLong
(Defined by ErlObject.)
Public Extension MethodIsNull
Determines if Erlang object is NULL - that is ErlAtom.Undefined or null reference
(Defined by ErlObject.)
Public Extension MethodSkipLast IErlObject  Overloaded.
Takes all elements except for last element from the given source
(Defined by CollectionUtils.)
Public Extension MethodSkipLast IErlObject (Int32)Overloaded.
Takes all but last N elements from the source
(Defined by CollectionUtils.)
Public Extension MethodSubst
Substibute all variables in the given object using provided binding and return the resulting object
(Defined by ErlObject.)
Public Extension MethodToErlObject Overloaded.
Try to convert .NET native object type to corresponding Erlang term. Throw exception if conversion is not possible
(Defined by ErlObject.)
Public Extension MethodToErlObject(ErlTypeOrder, Boolean)Overloaded.
Try to convert .NET native object type to corresponding Erlang term of given type. Throw exception if conversion is not possible
(Defined by ErlObject.)
Public Extension MethodToJSON(JSONWritingOptions)Overloaded.
Serializes object into JSON string
(Defined by JSONExtensions.)
Public Extension MethodToJSON(TextWriter, JSONWritingOptions)Overloaded.
Serializes object into JSON format using provided TextWriter
(Defined by JSONExtensions.)
Public Extension MethodToJSON(Stream, JSONWritingOptions, Encoding)Overloaded.
Serializes object into JSON format using provided stream and optional encoding
(Defined by JSONExtensions.)
Back to Top
Fields

  NameDescription
Protected fieldm_Items
The index of this atom in the global atom table
Back to Top
Properties

  NameDescription
Protected propertyCloseBracket
Public propertyCount
Return number of elements in the container
Public propertyIsScalar
Determines whether the underlying type is scalar or complex (i.e. tuple, list)
Public propertyItem
Return index'th element from the container
Protected propertyOpenBracket
Public propertyTypeOrder
Public propertyValue
Get the list of Erlang terms contained in this object
Public propertyValueAsBool
Public propertyValueAsByteArray
Public propertyValueAsChar
Public propertyValueAsDateTime
Public propertyValueAsDecimal
Public propertyValueAsDouble
Public propertyValueAsInt
Public propertyValueAsLong
Public propertyValueAsObject
Public propertyValueAsString
Public propertyValueAsTimeSpan
Back to Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodICloneable Clone
Explicit interface implemetationPrivate methodIEnumerable IErlObject  GetEnumerator
Explicit interface implemetationPrivate methodIEnumerable GetEnumerator
Back to Top
See Also