Class TenantDomainOwnershipVerificationWorkflowCommands
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Defines built-in tenant-domain ownership verification workflow commands.
public static class TenantDomainOwnershipVerificationWorkflowCommandsInheritance
Section titled “Inheritance”object ← TenantDomainOwnershipVerificationWorkflowCommands
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”Expire
Section titled “ Expire”Expires a non-expired tenant-domain ownership declaration.
public const string Expire = "expire"Field Value
Section titled “Field Value”Reject
Section titled “ Reject”Rejects a pending tenant-domain ownership declaration.
public const string Reject = "reject"Field Value
Section titled “Field Value”Request
Section titled “ Request”Creates a pending tenant-domain ownership declaration.
public const string Request = "request"Field Value
Section titled “Field Value”Suspend
Section titled “ Suspend”Suspends a verified tenant-domain ownership declaration.
public const string Suspend = "suspend"Field Value
Section titled “Field Value”Verify
Section titled “ Verify”Marks a pending tenant-domain ownership declaration as verified.
public const string Verify = "verify"