IsolatedFoundationParams Constructor

The constructor for a isolated foundation parameters

Namespace:  TSD.API.Remoting.Foundations.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public IsolatedFoundationParams(
	IEntity supportedEntity,
	IIsolatedFoundationAttributeSet attributeSet
)

Parameters

supportedEntity
Type: TSD.API.Remoting.CommonIEntity
The supported IEntity
attributeSet
Type: TSD.API.Remoting.Foundations.CreateIIsolatedFoundationAttributeSet
The IIsolatedFoundationAttributeSet
See Also