IEnvelope Interface

Represents an envelope

Namespace:  TSD.API.Remoting.Loading
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IEnvelope : ILoadingCase, 
	IEntity, IHaveId, IHaveIndex, IHaveName

The IEnvelope type exposes the following members.

Properties
  NameDescription
Public propertyCombinationIds
Returns a combination ID from the envelope at the given index
Public propertyElementGroupName
Gets the name of the element group
(Inherited from IEntity.)
Public propertyEntityType
Gets the type of the entity
(Inherited from IEntity.)
Public propertyId
Gets the ID
(Inherited from IHaveId.)
Public propertyIndex
Gets the index
(Inherited from IHaveIndex.)
Public propertyName
Gets the name
(Inherited from IHaveName.)
Public propertyReferenceIndex
Gets the reference index of the loading case
(Inherited from ILoadingCase.)
Public propertyUserName
Gets the username of the loading case
(Inherited from ILoadingCase.)
Top
Methods
  NameDescription
Public methodAddCombinationAsync
Adds an ICombination to this envelope
Top
See Also