Class IrbExchangeReference.EntityType
Exposes the single instance of the IrbExchangeReference 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 IrbExchangeReference instances.
Declaration
public IEntityQuery<IrbExchangeReference> Extent { get; }
Property Value
| Type | Description |
|---|---|
| IEntityQuery<IrbExchangeReference> |
Instance
Gets the singleton instance of EntityType.
Declaration
public static IrbExchangeReference.EntityType Instance { get; }
Property Value
| Type | Description |
|---|---|
| IrbExchangeReference.EntityType |
Methods
CreateInstance()
Creates a new transient IrbExchangeReference instance.
Declaration
public IrbExchangeReference CreateInstance()
Returns
| Type | Description |
|---|---|
| IrbExchangeReference |