a description of the types of authorization checks
AccessType
determines the type authorization check for the class. There are the following types:
public enum ICSSoft.STORMNET.AccessType
{
none, // there is no check
@this, // checks only on the current class
@base, // check for the base class
@this_and_base // check for the base class and the current
}
AccessType default
In Flexberry Designer
added the ability to define stages of the value AccessType
default for the generated classes (in the context menu stage, select the “ORM -> C# -> model Properties -> Advanced”, where to specify “Type check default access”).