Method Create
Create(IEntity?, IIsolatedFoundationAttributeSet?)
Creates a new instance of IsolatedFoundationParams class
Declaration
public static IsolatedFoundationParams Create(IEntity? supportedEntity, IIsolatedFoundationAttributeSet? attributeSet)
Parameters
| Type | Name | Description |
|---|---|---|
| IEntity | supportedEntity | The supported IEntity |
| IIsolatedFoundationAttributeSet | attributeSet |
Returns
| Type | Description |
|---|---|
| IsolatedFoundationParams | The newly created instance of IsolatedFoundationParams class |