ข้ามไปยังเนื้อหา

Interface IFeatureFlagRegistry

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Abstractions.Features
Assembly: Cephalon.Abstractions.dll

Collects feature flags contributed to the active runtime.

public interface IFeatureFlagRegistry

Adds a feature-flag descriptor to the current runtime composition.

void Add(FeatureFlagDescriptor featureFlag)

featureFlag FeatureFlagDescriptor

The feature-flag descriptor to register.