Class CellTrafficAutomationMaterializationConditionStates
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll
Defines the stable state identifiers used by typed cell traffic automation materialization conditions.
public static class CellTrafficAutomationMaterializationConditionStatesInheritance
Section titled “Inheritance”object ← CellTrafficAutomationMaterializationConditionStates
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”The condition is satisfied.
public const string Met = "met"Field Value
Section titled “Field Value”Pending
Section titled “ Pending”The condition is expected but not yet reconciled.
public const string Pending = "pending"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”The runtime cannot currently determine whether the condition is satisfied.
public const string Unknown = "unknown"Field Value
Section titled “Field Value”The condition is not satisfied.
public const string Unmet = "unmet"