Class NoCodeGenAttribute
Used to indicate that a class or interface should be ignored during code generation.
Namespace: Neon.ModelGen
Assembly: Neon.Common.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Interface)]
public class NoCodeGenAttribute : Attribute