Show / Hide Table of Contents

Class DBC.AccessScriptFields

Fields for AccessScript, Scripts to implement row-based access rules (sentry light)

Inheritance
object
DBC.AccessScriptFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.AccessScriptFields

Fields

AccessScriptId

AccessScript.AccessScriptId: The primary key (auto-incremented)

Declaration
public const string AccessScriptId = "id"
Field Value
Type Description
string

AccessTableName

AccessScript.AccessTableName: The name of the table that the access_script is connected to

Declaration
public const string AccessTableName = "access_table_name"
Field Value
Type Description
string

Body

AccessScript.Body: The ejscript that limits the access to the according table

Declaration
public const string Body = "body"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top