C# Class TrueVault.Net.Dto.Schema.SchemaSaveRequestDto

Afficher le fichier Open project: hsrob/TrueVault.Net

Méthodes publiques

Méthode Description
SchemaSaveRequestDto ( SchemaDto schemaDto ) : System

Creates a Schema request DTO for POST or PUT operations. The Schema will be serialized and converted to a Base64 Encoded JSON string.

Method Details

SchemaSaveRequestDto() public méthode

Creates a Schema request DTO for POST or PUT operations. The Schema will be serialized and converted to a Base64 Encoded JSON string.
public SchemaSaveRequestDto ( SchemaDto schemaDto ) : System
schemaDto SchemaDto The schema to create
Résultat System