C# Class Rebel.Framework.Persistence.Model.Attribution.MetaData.CompositeEntitySchema

Inheritance: EntitySchema
Afficher le fichier Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CompositeEntitySchema ( ) : System

Used for infrastructure (json deserialization) only. Initializes a new instance of the CompositeEntitySchema class.

CompositeEntitySchema ( EntitySchema schema, IEnumerable ancestorSchemas, bool copyRelationProxiesFromSchema = false ) : System

Method Details

CompositeEntitySchema() public méthode

Used for infrastructure (json deserialization) only. Initializes a new instance of the CompositeEntitySchema class.
public CompositeEntitySchema ( ) : System
Résultat System

CompositeEntitySchema() public méthode

public CompositeEntitySchema ( EntitySchema schema, IEnumerable ancestorSchemas, bool copyRelationProxiesFromSchema = false ) : System
schema EntitySchema
ancestorSchemas IEnumerable
copyRelationProxiesFromSchema bool
Résultat System