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

Search Results for

    Class GenerateCSharpCsSecurityExtensions

    Extension methods that support the generation of source in the C# language from the CsSecurity model.

    Inheritance
    object
    GenerateCSharpCsSecurityExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CodeFactory.WinVs.Models.CSharp
    Assembly: CodeFactory.WinVs.dll
    Syntax
    public static class GenerateCSharpCsSecurityExtensions

    Methods

    GenerateCSharpKeyword(CsSecurity)

    Gets the security keyword for the C# language.

    Declaration
    public static string GenerateCSharpKeyword(this CsSecurity source)
    Parameters
    Type Name Description
    CsSecurity source

    The source security object to get the keyword from.

    Returns
    Type Description
    string

    The name of the security keyword or null.

    © CodeFactory, LLC. All rights reserved.