C# Class Kooboo.Commerce.Api.OptionalIncludeAttribute

Inheritance: System.Attribute
Mostra file Open project: Kooboo/Ecommerce

Public Methods

Method Description
GetOptionalIncludeFields ( Type type ) : IEnumerable

Private Methods

Method Description
FindOptionalIncludeFields ( Type type, string prefix, HashSet paths, HashSet visitedPropertiesInThisPath ) : void
IsComplexType ( Type type ) : bool

Method Details

GetOptionalIncludeFields() public static method

public static GetOptionalIncludeFields ( Type type ) : IEnumerable
type System.Type
return IEnumerable