indice.Edi.EdiPosition.TypeHasIndex C# (CSharp) Method

TypeHasIndex() static private method

static private TypeHasIndex ( EdiContainerType type ) : bool
type EdiContainerType
return bool
        internal static bool TypeHasIndex(EdiContainerType type) {
            return (type == EdiContainerType.Segment || type == EdiContainerType.Element || type == EdiContainerType.Component);
        }