Class FerryRouteLayer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SOHFerryModel.Route
Assembly: SOHFerryModel.dll
Syntax
public class FerryRouteLayer : AbstractLayer, ILayer, IModelObject
Constructors
| Improve this Doc View SourceFerryRouteLayer(FerryStationLayer)
Declaration
public FerryRouteLayer(FerryStationLayer stationLayer)
Parameters
Type | Name | Description |
---|---|---|
FerryStationLayer | stationLayer |
Fields
| Improve this Doc View SourceStationLayer
Declaration
public readonly FerryStationLayer StationLayer
Field Value
Type | Description |
---|---|
FerryStationLayer |
Properties
| Improve this Doc View SourceFerryRoutes
Declaration
public Dictionary<int, FerryRoute> FerryRoutes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.Int32, FerryRoute> |
Methods
| Improve this Doc View SourceInitLayer(LayerInitData, RegisterAgent, UnregisterAgent)
Declaration
public override bool InitLayer(LayerInitData layerInitData, RegisterAgent registerAgentHandle = null, UnregisterAgent unregisterAgent = null)
Parameters
Type | Name | Description |
---|---|---|
LayerInitData | layerInitData | |
RegisterAgent | registerAgentHandle | |
UnregisterAgent | unregisterAgent |
Returns
Type | Description |
---|---|
System.Boolean |