C# 클래스 ToSic.SexyContent.Serializers.Serializer

상속: Eav.Serializers.Serializer
파일 보기 프로젝트 열기: 2sic/2sxc 1 사용 예제들

공개 메소드들

메소드 설명
GetDictionaryFromEntity ( IEntity entity ) : object>.Dictionary
Prepare ( DynamicEntity dynamicEntity ) : object>.Dictionary

Return an object that represents an IDataStream, but is serializable

Prepare ( IEnumerable dynamicList ) : object>>.IEnumerable

Return an object that represents an IDataStream, but is serializable

Serializer ( ) : System.Collections.Generic

Standard constructor, important for Unity when opening this class in dependency-injection mode

Serializer ( SxcInstance sxcInstance, string languages = null ) : System.Collections.Generic

Common constructor, directly preparing it with 2sxc

비공개 메소드들

메소드 설명
AddEditInfo ( IEntity entity, object>.Dictionary dictionary ) : void
AddPresentation ( IEntity entity, object>.Dictionary dictionary ) : void
ConvertNewSerRelToOldSerRel ( object>.Dictionary dicNew ) : object>.Dictionary
PrepareOldFormat ( IEntity entity ) : object>.Dictionary

메소드 상세

GetDictionaryFromEntity() 공개 메소드

public GetDictionaryFromEntity ( IEntity entity ) : object>.Dictionary
entity IEntity
리턴 object>.Dictionary

Prepare() 공개 메소드

Return an object that represents an IDataStream, but is serializable
public Prepare ( DynamicEntity dynamicEntity ) : object>.Dictionary
dynamicEntity DynamicEntity
리턴 object>.Dictionary

Prepare() 공개 메소드

Return an object that represents an IDataStream, but is serializable
public Prepare ( IEnumerable dynamicList ) : object>>.IEnumerable
dynamicList IEnumerable
리턴 object>>.IEnumerable

Serializer() 공개 메소드

Standard constructor, important for Unity when opening this class in dependency-injection mode
public Serializer ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Serializer() 공개 메소드

Common constructor, directly preparing it with 2sxc
public Serializer ( SxcInstance sxcInstance, string languages = null ) : System.Collections.Generic
sxcInstance SxcInstance
languages string
리턴 System.Collections.Generic