Class GenerateCSharpCsSecurityExtensions
Extension methods that support the generation of source in the C# language from the CsSecurity model.
Inherited Members
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. |