CodeFactory for Windows CodeFactory for Windows
CodeFactory for Windows CodeFactory for Windows
CodeFactory

Search Results for

    Enum CsSecurity

    Enumeration that determines the security scope of the C# model being represented.

    Namespace: CodeFactory.WinVs.Models.CSharp
    Assembly: CodeFactory.WinVs.dll
    Syntax
    public enum CsSecurity

    Fields

    Name Description
    Internal

    Security is set to internal access

    Private

    Security is set to private access

    Protected

    Security is set to protected access

    ProtectedInternal

    Security is set to protected internal access

    ProtectedOrInternal

    Security is set to projected or internal access

    Public

    Security is set to public access

    Unknown

    Security scope is unknown

    Extension Methods

    GenerateCSharpCsSecurityExtensions.GenerateCSharpKeyword(CsSecurity)
    © CodeFactory, LLC. All rights reserved.