Click or drag to resize

CustomerSiteContainerPartialEntityGetId Method

Returns EntityObject the primary key id of the object, or null

Namespace:  AMCS.Elemos.IntegrationService.Entity.Customer
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override Nullable<int> GetId()

Return Value

Type: NullableInt32
the if or null if not applicable.
See Also