Class LockOp.SetVarOp
Sets the named variable in table, return true if var was set, false if conflict happened
Inheritance
System.Object
LockOp.SetVarOp
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: Azos.Sky.Locking
Assembly: Azos.Sky.dll
Syntax
[Serializable]
public sealed class SetVarOp : LockOp.ChangeOp
Fields
AllowDuplicates
Declaration
public readonly bool AllowDuplicates
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Description
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
ExpirationTimeUTC
Declaration
public readonly DateTime? ExpirationTimeUTC
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> |
Value
Declaration
public readonly object Value
Field Value
| Type | Description |
|---|---|
| System.Object |
Methods
GetValue(EvalContext)
Declaration
public override bool GetValue(EvalContext ctx)
Parameters
| Type | Name | Description |
|---|---|---|
| EvalContext | ctx |
Returns
| Type | Description |
|---|---|
| System.Boolean |