Fork me on GitHubEpicdominant domains
APIEpic.EnvironmentEnvironmentsChain

EnvironmentsChain
Chainable environment.
Inheritance Hierarchy
Object
EnvironmentBase
 EnvironmentsChain

Assembly: Epic.Core

Declaration Syntax
C#
[SerializableAttribute]
public sealed class EnvironmentsChain : EnvironmentBase
Remarks
This environment implement a chain of responsibility with EnvironmentChainLinkBase asking to each element in the chain if it know a specific information or tool.
Members
All MembersConstructorsMethods   



MemberDescription
EnvironmentsChain(array<EnvironmentChainLinkBase>[]()[][])
Chain constructor.
Get<(Of <<'(TObject>)>>)(InstanceName<(Of <<'(TObject>)>>))
Provide a tool or information from the chained environments.
(Overrides EnvironmentBase.Get<(Of <<'(TObject>)>>)(InstanceName<(Of <<'(TObject>)>>)).)
blog comments powered by Disqus