Deveel.Data.SystemContextExtensions.ReadOnly C# (CSharp) 메소드

ReadOnly() 공개 정적인 메소드

public static ReadOnly ( this context ) : bool
context this
리턴 bool
        public static bool ReadOnly(this ISystemContext context)
        {
            return context.Configuration.GetBoolean("system.readOnly", false);
        }