Legivel


MappedTypes

Namespace: Legivel.Mapper
Parent Module: Model

Record Fields

Record FieldDescription
CurrentRef
Signature: YTMRef
RefToMapper
Signature: Map<YTMRef,IYamlToNativeMapping>
TypeToRef
Signature: Map<string,YTMRef>

Instance members

Instance memberDescription
x.GetMapper(r)
Signature: r:YTMRef -> IYamlToNativeMapping
x.GetRef(t)
Signature: t:Type -> YTMRef
x.HasMapper(r)
Signature: r:YTMRef -> bool
x.HasType(t)
Signature: t:Type -> bool
x.RegisterMapper r m
Signature: r:YTMRef -> m:IYamlToNativeMapping -> MappedTypes
x.RegisterType(t)
Signature: t:Type -> YTMRef * MappedTypes

Static members

Static memberDescription
MappedTypes.Create()
Signature: unit -> MappedTypes
Fork me on GitHub