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