|
Ofcas.Lk.Api.Client - Version 3.0
3.0.0.106
|
Represents the metadata to a Elevation More...
Public Member Functions | |
| ElevationInfo (ElevationInfoInternal infoInternal, Phase parent) | |
Public Member Functions inherited from Ofcas.Lk.Api.Client.Core.CoreInfo< Phase > | |
| Guid | TryGetGuid () |
Public Member Functions inherited from Ofcas.Lk.Api.Client.Core.Interfaces.ICoreInfo | |
| Guid | TryGetGuid () |
| Tries to cast this ICoreInfo to ICoreInfoWithGuid. More... | |
Public Attributes | |
| Guid | Guid => TypedInfoInternal.ElevationGuid |
| Defines the unique identifier for the elevation. This Guid is valid during the hole lifetime of the elevation. More... | |
| Guid | LkElevationGuid => Guid |
| Guid | LkVersionGuid => TypedInfoInternal.VersionGuid |
| Every elevation has a unique identifer (see Guid for the hole lifetime of an elevation. The version Guid defines the current state of the elevation. More... | |
| string | Name => TypedInfoInternal.Number |
| The name of the elevation More... | |
| string | UserDescription => TypedInfoInternal.UserDescription |
| string | ModelDescription => TypedInfoInternal.ModelDescription |
| string | AutomaticDescription => TypedInfoInternal.AutomaticDescription |
| string | SystemDescription => TypedInfoInternal.SystemDescription |
| The containing system. More... | |
| bool | Deleted => TypedInfoInternal.Deleted |
| Determines the elevation is deleted (true). More... | |
| string | CreatedByUser => TypedInfoInternal.CreatedByUser |
| ulong | CreatedDate => TypedInfoInternal.CreatedDate |
| ulong | LastChangeDate => TypedInfoInternal.LastChangeDate |
| double | Height => TypedInfoInternal.Height |
| double | Width => TypedInfoInternal.Width |
| string | UValue => TypedInfoInternal.UValue |
| string | SurfaceBaseElement => TypedInfoInternal.SurfaceBaseElement.SurfaceName |
| int | SurfaceBaseElementInsideRgb => TypedInfoInternal.SurfaceBaseElement.SurfaceInsideRgb |
| int | SurfaceBaseElementOutsideRgb => TypedInfoInternal.SurfaceBaseElement.SurfaceOutsideRgb |
| string | SurfaceFrameElement => TypedInfoInternal.SurfaceFrameElement.SurfaceName |
| int | SurfaceFrameElementInsideRgb => TypedInfoInternal.SurfaceFrameElement.SurfaceInsideRgb |
| int | SurfaceFrameElementOutsideRgb => TypedInfoInternal.SurfaceFrameElement.SurfaceOutsideRgb |
| string | Phase => TypedInfoInternal.Phase |
| ElevationStatus | StatusId => TypedInfoInternal.StatusId |
| string | StatusName => TypedInfoInternal.StatusName |
| IList< SegmentInfo > | SegmentInfos => TypedInfoInternal.SegmentInfos |
| string | CloudUrn => TypedInfoInternal.CloudUrn |
| ElevationFinishedState | State => TypedInfoInternal.State |
| ElementType | ElementType => new ElementType(TypedInfoInternal.ElementType) |
| bool | IsAlternative => TypedInfoInternal.IsAlternative |
Additional Inherited Members | |
Protected Member Functions inherited from Ofcas.Lk.Api.Client.Core.CoreInfo< Phase > | |
| CoreInfo (CoreInfoInternal infoInternal) | |
| Creates new core info object without parent. More... | |
| CoreInfo (CoreInfoInternal infoInternal, TParent parent) | |
| Creates new core info object with parent. More... | |
Properties inherited from Ofcas.Lk.Api.Client.Core.CoreInfo< Phase > | |
| CoreInfoInternal | InfoInternal [get] |
| TParent | Parent [get] |
| The parent of this core info as typed core object. More... | |
Properties inherited from Ofcas.Lk.Api.Client.Core.Interfaces.ICoreInfoDeletable | |
| bool | Deleted [get] |
| Indicated if this core info is deleted. More... | |
Properties inherited from Ofcas.Lk.Api.Client.Core.Interfaces.ICoreInfoWithGuid | |
| Guid | Guid [get] |
| The globally unique identifier of an info object. More... | |
Properties inherited from Ofcas.Lk.Api.Client.Core.Interfaces.ICoreInfo | |
| ICoreObject | Parent [get] |
| The parent of this info object. More... | |
Represents the metadata to a Elevation
| bool Ofcas.Lk.Api.Client.Core.ElevationInfo.Deleted => TypedInfoInternal.Deleted |
Determines the elevation is deleted (true).
| Guid Ofcas.Lk.Api.Client.Core.ElevationInfo.Guid => TypedInfoInternal.ElevationGuid |
Defines the unique identifier for the elevation. This Guid is valid during the hole lifetime of the elevation.
| Guid Ofcas.Lk.Api.Client.Core.ElevationInfo.LkVersionGuid => TypedInfoInternal.VersionGuid |
Every elevation has a unique identifer (see Guid for the hole lifetime of an elevation. The version Guid defines the current state of the elevation.
| string Ofcas.Lk.Api.Client.Core.ElevationInfo.Name => TypedInfoInternal.Number |
The name of the elevation
| string Ofcas.Lk.Api.Client.Core.ElevationInfo.SystemDescription => TypedInfoInternal.SystemDescription |
The containing system.