CodePropertyExtensions Class

Useful extension methods for CodeProperty

System.Object
  Microsoft.AspNet.Scaffolding.CodePropertyExtensions

Namespace:  Microsoft.AspNet.Scaffolding
Assembly:  Microsoft.AspNet.Scaffolding.12.0 (in Microsoft.AspNet.Scaffolding.12.0.dll)

public static class CodePropertyExtensions

The CodePropertyExtensions type exposes the following members.

  NameDescription
Public methodStatic memberHasPublicGetterDetermines whether the code property has a public getter.
Public methodStatic memberHasPublicSetterDetermines whether the code property has a public setter.
Public methodStatic memberIsIndexerPropertyDetermines whether the code property has at least one index parameter.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: