Class IrbExchange.EntityType
Exposes the single instance of the IrbExchange entity type.
Inheritance
System.Object
Namespace:Portal.IrbExchange
Assembly:Portal.IrbExchange.dll
Syntax
public class EntityType : Click.Portal.Entity.EntityType
Constructors
EntityType(String)
Hidden constructor for singleton support
Declaration
protected EntityType(String entityTypeName)
Parameters
| Type | Name | Description |
|---|---|---|
| String | entityTypeName |
Properties
Extent
Gets the extent of IrbExchange instances.
Declaration
public IEntityQuery<IrbExchange> Extent { get; }
Property Value
| Type | Description |
|---|---|
| IEntityQuery<IrbExchange> |
Instance
Gets the singleton instance of EntityType.
Declaration
public static IrbExchange.EntityType Instance { get; }
Property Value
| Type | Description |
|---|---|
| IrbExchange.EntityType |
Methods
CreateInstance()
Creates a new transient IrbExchange instance.
Declaration
public IrbExchange CreateInstance()
Returns
| Type | Description |
|---|---|
| IrbExchange |